smartlog-destination-local/.gitlab-ci.yml

35 lines
404 B
YAML
Raw Normal View History

2016-06-11 23:16:07 +00:00
image: hosttoday/ht-docker-node:npmts
2016-05-30 04:14:21 +00:00
stages:
- test
- release
2016-06-11 23:13:16 +00:00
testLEGACY:
stage: test
script:
- npmci test legacy
tags:
- docker
2016-05-30 04:14:21 +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