smartstring/.gitlab-ci.yml

35 lines
404 B
YAML
Raw Normal View History

2016-06-21 15:11:19 +00:00
image: hosttoday/ht-docker-node:npmts
2016-05-29 19:37:49 +00:00
stages:
- test
- release
2016-06-21 15:11:19 +00:00
testLEGACY:
stage: test
script:
- npmci test legacy
tags:
- docker
2016-05-29 19:37:49 +00:00
testLTS:
stage: test
script:
2016-05-30 03:50:30 +00:00
- npmci test lts
2016-05-29 19:37:49 +00:00
tags:
- docker
testSTABLE:
stage: test
script:
2016-05-30 03:50:30 +00:00
- npmci test stable
2016-05-29 19:37:49 +00:00
tags:
- docker
release:
stage: release
script:
2016-05-30 03:50:30 +00:00
- npmci publish
2016-05-29 19:37:49 +00:00
only:
- tags
tags:
- docker