smartcert/.gitlab-ci.yml

38 lines
459 B
YAML
Raw Normal View History

2016-06-18 13:07:54 +00:00
image: hosttoday/ht-docker-node:npmts
stages:
- test
- release
testLEGACY:
stage: test
script:
- npmci test legacy
tags:
- docker
- lossless
testLTS:
stage: test
script:
- npmci test lts
tags:
- docker
- lossless
testSTABLE:
stage: test
script:
- npmci test stable
tags:
- docker
- lossless
release:
stage: release
script:
- npmci publish npm
only:
2016-06-18 13:09:44 +00:00
- tags
2016-06-18 13:07:54 +00:00
tags:
- lossless