smartcert/.gitlab-ci.yml

38 lines
447 B
YAML
Raw Permalink Normal View History

2016-06-18 13:07:54 +00:00
image: hosttoday/ht-docker-node:npmts
stages:
2016-06-21 19:08:04 +00:00
- test1
- test2
2016-06-18 13:07:54 +00:00
- release
2016-07-24 18:07:24 +00:00
before_script:
- npmci prepare ssh
2016-06-18 13:07:54 +00:00
testLTS:
2016-06-22 11:22:09 +00:00
stage: test1
2016-06-18 13:07:54 +00:00
script:
- npmci test lts
2016-06-22 11:22:09 +00:00
only:
- tags
2016-06-18 13:07:54 +00:00
tags:
- docker
- lossless
testSTABLE:
2016-06-21 19:08:04 +00:00
stage: test2
2016-06-18 13:07:54 +00:00
script:
- npmci test stable
2016-06-22 11:22:09 +00:00
only:
- tags
2016-06-18 13:07:54 +00:00
tags:
- docker
- lossless
release:
stage: release
script:
- npmci publish npm
only:
2016-06-18 13:09:44 +00:00
- tags
2016-06-18 13:07:54 +00:00
tags:
- lossless