smartssh/.gitlab-ci.yml

39 lines
458 B
YAML
Raw Normal View History

2016-06-13 21:26:54 +00:00
image: hosttoday/ht-docker-node:npmts
stages:
- test
- release
- page
testLTS:
stage: test
script:
- npmci test lts
tags:
- docker
2016-06-13 21:26:54 +00:00
- lossless
testSTABLE:
stage: test
script:
- npmci test stable
tags:
- docker
2016-06-13 21:26:54 +00:00
- lossless
2016-06-01 00:35:12 +00:00
testLEGACY:
stage: test
script:
2016-06-13 21:31:41 +00:00
- npmci test legacy
2016-06-01 00:35:12 +00:00
allow_failure: true
release:
stage: release
script:
- npmci publish
only:
- tags
tags:
- docker
2016-06-13 21:26:54 +00:00
- lossless