tscoverage/.gitlab-ci.yml

28 lines
316 B
YAML
Raw Normal View History

2016-05-26 19:18:14 +00:00
image: hosttoday/ht-docker-node
stages:
- test
- release
testLTS:
stage: test
script:
2016-05-30 03:42:24 +00:00
- npmci test lts
2016-05-26 19:18:14 +00:00
tags:
- docker
testSTABLE:
stage: test
script:
2016-05-30 03:42:24 +00:00
- npmci test stable
2016-05-26 19:18:14 +00:00
tags:
- docker
release:
stage: release
script:
2016-05-30 03:42:24 +00:00
- npmci publish
2016-05-26 19:18:14 +00:00
only:
2016-05-29 19:04:44 +00:00
- tags
2016-05-26 19:18:14 +00:00
tags:
- docker