Compare commits

...

2 Commits

Author SHA1 Message Date
26bb194814 0.0.5 2016-06-21 19:08:37 +02:00
4a656cf7f1 fix stages 2016-06-21 19:08:31 +02:00
2 changed files with 8 additions and 6 deletions

View File

@ -1,25 +1,27 @@
image: hosttoday/ht-docker-node:npmts
stages:
- test
- test1
- test2
- test3
- release
testLEGACY:
stage: test
stage: test1
script:
- npmci test lts
- npmci test legacy
tags:
- docker
testLTS:
stage: test
stage: test2
script:
- npmci test lts
tags:
- docker
testSTABLE:
stage: test
stage: test3
script:
- npmci test stable
tags:

View File

@ -1,6 +1,6 @@
{
"name": "cflare",
"version": "0.0.4",
"version": "0.0.5",
"description": "cloudflare management for CoreOS",
"main": "dist/index.js",
"typings": "dist/index.d.ts",