Compare commits

..

2 Commits

Author SHA1 Message Date
8a8adb48c6 0.0.13 2017-01-29 17:29:13 +01:00
078731fe7b update to new ci 2017-01-29 17:29:06 +01:00
2 changed files with 30 additions and 14 deletions

View File

@ -1,35 +1,30 @@
image: hosttoday/ht-docker-node:npmts
stages:
- test1
- test2
- test3
- test
- release
- trigger
- pages
testLEGACY:
stage: test1
stage: test
script:
- npmci test legacy
only:
- tags
tags:
- docker
allow_failure: true
testLTS:
stage: test2
stage: test
script:
- npmci test lts
only:
- tags
tags:
- docker
testSTABLE:
stage: test3
stage: test
script:
- npmci test stable
only:
- tags
tags:
- docker
@ -40,4 +35,25 @@ release:
only:
- tags
tags:
- docker
- docker
trigger:
stage: trigger
script:
- npmci trigger
only:
- tags
tags:
- docker
pages:
image: hosttoday/ht-docker-node:npmpage
stage: pages
script:
- npmci command npmpage --publish gitlab
only:
- tags
artifacts:
expire_in: 1 week
paths:
- public

View File

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