cloudflare/.gitlab-ci.yml

35 lines
401 B
YAML
Raw Normal View History

2016-06-19 18:09:41 +00:00
image: hosttoday/ht-docker-node:npmts
2016-05-30 04:09:13 +00:00
stages:
- test
- release
2016-06-19 18:09:41 +00:00
testLEGACY:
stage: test
script:
- npmci test lts
tags:
- docker
2016-05-30 04:09:13 +00:00
testLTS:
stage: test
script:
- npmci test lts
tags:
- docker
testSTABLE:
stage: test
script:
- npmci test stable
tags:
- docker
release:
stage: release
script:
- npmci publish
only:
- tags
tags:
- docker