cloudflare/.gitlab-ci.yml
2016-06-21 19:11:45 +02:00

43 lines
481 B
YAML

image: hosttoday/ht-docker-node:npmts
stages:
- test1
- test2
- test3
- release
testLEGACY:
stage: test1
script:
- npmci test legacy
only:
- tags
tags:
- docker
testLTS:
stage: test2
script:
- npmci test lts
only:
- tags
tags:
- docker
testSTABLE:
stage: test3
script:
- npmci test stable
only:
- tags
tags:
- docker
release:
stage: release
script:
- npmci publish
only:
- tags
tags:
- docker