2016-06-10 03:21:44 +00:00
|
|
|
image: hosttoday/ht-docker-node:npmts
|
2016-05-30 03:58:56 +00:00
|
|
|
|
|
|
|
stages:
|
|
|
|
- test
|
|
|
|
- release
|
|
|
|
|
2016-06-11 21:47:52 +00:00
|
|
|
testLEGACY:
|
|
|
|
stage: test
|
|
|
|
script:
|
|
|
|
- npmci test legacy
|
|
|
|
tags:
|
|
|
|
- docker
|
|
|
|
|
2016-05-30 03:58:56 +00:00
|
|
|
testLTS:
|
|
|
|
stage: test
|
|
|
|
script:
|
|
|
|
- npmci test lts
|
|
|
|
tags:
|
|
|
|
- docker
|
|
|
|
|
|
|
|
testSTABLE:
|
|
|
|
stage: test
|
|
|
|
script:
|
|
|
|
- npmci test stable
|
|
|
|
tags:
|
|
|
|
- docker
|
|
|
|
|
|
|
|
release:
|
|
|
|
stage: release
|
|
|
|
script:
|
|
|
|
- npmci publish
|
|
|
|
only:
|
|
|
|
- tags
|
|
|
|
tags:
|
|
|
|
- docker
|