Compare commits

...

2 Commits

Author SHA1 Message Date
545896821d 3.0.38 2018-05-03 21:29:38 +02:00
c7516458bd update .gitignore 2018-05-03 21:29:35 +02:00
3 changed files with 3 additions and 8 deletions

View File

@@ -76,7 +76,7 @@ testLTS:
testSTABLE:
stage: test
script:
- npmci node install lts
- npmci node install stable
- npmci npm install
- npmci npm test
coverage: /\d+.?\d+?\%\s*coverage/
@@ -87,7 +87,7 @@ testSTABLE:
release:
stage: release
script:
- npmci node install stable
- npmci node install lts
- npmci npm prepare
- npmci npm publish
only:

View File

@@ -1,5 +0,0 @@
pages/
coverage/
test/
node_modules/
config.json

View File

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