fix gitlabTestTag
This commit is contained in:
parent
657c6870ec
commit
a042674a81
3
dist/npmci.build.docker.js
vendored
3
dist/npmci.build.docker.js
vendored
File diff suppressed because one or more lines are too long
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user