Compare commits

...

4 Commits

Author SHA1 Message Date
77c6ef99c1 1.2.7 2017-03-29 01:49:32 +02:00
8e3991c121 update gitlab ci yml 2017-03-29 01:49:27 +02:00
77477587b8 1.2.6 2017-03-29 01:04:43 +02:00
c7e32d6990 update ci 2017-03-29 01:04:25 +02:00
3 changed files with 8 additions and 6 deletions

View File

@ -1,4 +1,4 @@
image: hosttoday/ht-docker-dbase:npmts
image: hosttoday/ht-docker-dbase:npmci
services:
- docker:dind
@ -10,15 +10,13 @@ stages:
test:
stage: test
script:
- npm install
- npm test
- npmci test stable
tags:
- docker
- lossless
- priv
release:
image: hosttoday/ht-docker-node:npmts
stage: release
environment: npmjs-com_registry
script:
@ -31,7 +29,6 @@ release:
- priv
trigger:
image: hosttoday/ht-docker-node:npmts
stage: trigger
script:
- npmci trigger

View File

@ -3,5 +3,10 @@
"mode":"default",
"cli":true,
"dockerSock":true
},
"npmci": {
"globalNpmTools": [
"npmts"
]
}
}

View File

@ -1,6 +1,6 @@
{
"name": "npmdocker",
"version": "1.2.5",
"version": "1.2.7",
"description": "develop npm modules cross platform with docker",
"main": "dist/index.js",
"typings": "dist/index.d.ts",