2016-06-13 21:26:54 +00:00
|
|
|
image: hosttoday/ht-docker-node:npmts
|
2016-05-31 17:16:45 +00:00
|
|
|
|
|
|
|
stages:
|
|
|
|
- test
|
|
|
|
- release
|
|
|
|
- page
|
|
|
|
|
|
|
|
testLTS:
|
|
|
|
stage: test
|
|
|
|
script:
|
|
|
|
- npmci test lts
|
|
|
|
tags:
|
|
|
|
- docker
|
2016-06-13 21:26:54 +00:00
|
|
|
- lossless
|
2016-05-31 17:16:45 +00:00
|
|
|
|
|
|
|
testSTABLE:
|
|
|
|
stage: test
|
|
|
|
script:
|
|
|
|
- npmci test stable
|
|
|
|
tags:
|
|
|
|
- docker
|
2016-06-13 21:26:54 +00:00
|
|
|
- lossless
|
2016-05-31 17:16:45 +00:00
|
|
|
|
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
|
|
|
|
|
2016-05-31 17:16:45 +00:00
|
|
|
release:
|
|
|
|
stage: release
|
|
|
|
script:
|
|
|
|
- npmci publish
|
|
|
|
only:
|
|
|
|
- tags
|
|
|
|
tags:
|
|
|
|
- docker
|
2016-06-13 21:26:54 +00:00
|
|
|
- lossless
|