Compare commits

...

3 Commits

Author SHA1 Message Date
bb36beb682 3.0.35 2018-05-03 19:48:03 +02:00
3417ca83ed 3.0.34 2018-05-03 19:12:22 +02:00
dea6264c34 update ci 2018-05-03 19:12:17 +02:00
3 changed files with 3 additions and 5 deletions

View File

@@ -63,6 +63,7 @@ testSTABLE:
release: release:
stage: release stage: release
script: script:
- npmci node install stable
- npmci npm prepare - npmci npm prepare
- npmci npm publish - npmci npm publish
only: only:

View File

@@ -5,11 +5,8 @@
"cli": true "cli": true
}, },
"npmci": { "npmci": {
"globalNpmTools": [
"npmts"
],
"npmGlobalTools": [ "npmGlobalTools": [
"npmts" "@gitzone/npmts"
], ],
"npmAccessLevel": "public" "npmAccessLevel": "public"
}, },

View File

@@ -1,6 +1,6 @@
{ {
"name": "@shipzone/npmci", "name": "@shipzone/npmci",
"version": "3.0.33", "version": "3.0.35",
"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",