fix gitlabTestTag

This commit is contained in:
Philipp Kunz 2017-04-02 23:56:15 +02:00
parent 657c6870ec
commit a042674a81
2 changed files with 3 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

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