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 image: hosttoday/ht-docker-node:npmts
stages: stages:
- test1 - test
- test2
- test3
- release - release
- trigger
- pages
testLEGACY: testLEGACY:
stage: test1 stage: test
script: script:
- npmci test legacy - npmci test legacy
only:
- tags
tags: tags:
- docker - docker
allow_failure: true
testLTS: testLTS:
stage: test2 stage: test
script: script:
- npmci test lts - npmci test lts
only:
- tags
tags: tags:
- docker - docker
testSTABLE: testSTABLE:
stage: test3 stage: test
script: script:
- npmci test stable - npmci test stable
only:
- tags
tags: tags:
- docker - docker
@ -40,4 +35,25 @@ release:
only: only:
- tags - tags
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", "name": "cflare",
"version": "0.0.12", "version": "0.0.13",
"description": "cloudflare management for CoreOS", "description": "cloudflare management for CoreOS",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",