update to new ci

This commit is contained in:
Philipp Kunz 2017-01-29 17:29:06 +01:00
parent bf15b8aec7
commit 078731fe7b

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