Compare commits

..

2 Commits

Author SHA1 Message Date
1f4ecb6ff6 2.3.55 2017-04-02 23:56:18 +02:00
a042674a81 fix gitlabTestTag 2017-04-02 23:56:15 +02:00
3 changed files with 4 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,6 @@
{
"name": "npmci",
"version": "2.3.54",
"version": "2.3.55",
"description": "",
"main": "dist/index.js",
"typings": "dist/index.d.ts",

View File

@@ -185,6 +185,7 @@ export class Dockerfile {
break
case 'test':
default:
await bashBare(`docker tag ${this.buildTag} ${this.gitlabTestTag}`)
await bashBare(`docker push ${this.gitlabTestTag}`)
break
}