smartcert/.gitlab-ci.yml
2016-06-21 21:08:04 +02:00

31 lines
374 B
YAML

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