smartcert/.gitlab-ci.yml
2016-06-22 13:22:09 +02:00

35 lines
413 B
YAML

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