Compare commits

...

3 Commits

Author SHA1 Message Date
51fbc906a0 3.0.32 2018-04-29 17:40:18 +02:00
0e3732cade update 2018-04-29 17:40:14 +02:00
4f968472c8 update 2018-04-29 17:37:59 +02:00
2 changed files with 1 additions and 7 deletions

View File

@@ -6,10 +6,6 @@ cache:
- .yarn/ - .yarn/
key: "$CI_BUILD_STAGE" key: "$CI_BUILD_STAGE"
before_script:
- yarn global add npmci@3.0.29
- npmci docker login
stages: stages:
- security - security
- test - test
@@ -68,8 +64,6 @@ release:
stage: release stage: release
script: script:
- npmci npm prepare - npmci npm prepare
- npmci command npm install
- npmci command npmts
- npmci npm publish - npmci npm publish
only: only:
- tags - tags

View File

@@ -1,6 +1,6 @@
{ {
"name": "@shipzone/npmci", "name": "@shipzone/npmci",
"version": "3.0.31", "version": "3.0.32",
"description": "node and docker in gitlab ci on steroids", "description": "node and docker in gitlab ci on steroids",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",