Compare commits

...

6 Commits

Author SHA1 Message Date
d4d4b9449d 3.0.19 2017-09-08 23:32:33 +02:00
1d49c629a4 fix ci 2017-09-08 23:32:29 +02:00
5e579901d5 3.0.18 2017-09-08 23:30:38 +02:00
91d10f8b8f update ci 2017-09-08 23:30:31 +02:00
2018dd98bf 3.0.17 2017-09-08 23:26:18 +02:00
47667d0d59 rollback ci 2017-09-08 23:25:53 +02:00
2 changed files with 11 additions and 8 deletions

View File

@@ -6,13 +6,6 @@ cache:
- .yarn/
key: "$CI_BUILD_STAGE"
mirror:
stage: mirror
script:
- npmci git mirror
tags:
- docker
stages:
- mirror
- test
@@ -20,6 +13,16 @@ stages:
- trigger
- pages
before_script:
- yarn global add npmci@latest
mirror:
stage: mirror
script:
- npmci git mirror
tags:
- docker
testLEGACY:
stage: test
script:

View File

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