Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1f4ecb6ff6 | |||
| 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
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "npmci",
|
"name": "npmci",
|
||||||
"version": "2.3.54",
|
"version": "2.3.55",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
|
|||||||
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user