Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 68aa8d1302 | |||
| cbfe992ffc |
@@ -6,6 +6,10 @@ cache:
|
||||
- .yarn/
|
||||
key: "$CI_BUILD_STAGE"
|
||||
|
||||
before_script:
|
||||
- yarn global add npmci@3.0.29
|
||||
- npmci docker login
|
||||
|
||||
stages:
|
||||
- security
|
||||
- test
|
||||
@@ -64,6 +68,8 @@ release:
|
||||
stage: release
|
||||
script:
|
||||
- npmci npm prepare
|
||||
- npmci command npm install
|
||||
- npmci command npmts
|
||||
- npmci npm publish
|
||||
only:
|
||||
- tags
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@shipzone/npmci",
|
||||
"version": "3.0.30",
|
||||
"version": "3.0.31",
|
||||
"description": "node and docker in gitlab ci on steroids",
|
||||
"main": "dist/index.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user