smartlog-destination-local/.gitlab-ci.yml

49 lines
629 B
YAML
Raw Normal View History

2016-06-11 23:16:07 +00:00
image: hosttoday/ht-docker-node:npmts
2016-05-30 04:14:21 +00:00
stages:
- test
- release
2016-09-02 10:50:07 +00:00
- page
2016-05-30 04:14:21 +00:00
2016-06-11 23:13:16 +00:00
testLEGACY:
stage: test
script:
- npmci test legacy
tags:
- docker
2016-05-30 04:14:21 +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:
2016-09-02 10:50:07 +00:00
- docker
pages:
image: hosttoday/ht-docker-node:npmpage
stage: page
script:
2016-09-02 10:57:33 +00:00
- npmci test stable
2016-09-02 10:50:07 +00:00
- npmci command npmpage --host gitlab
only:
- tags
artifacts:
expire_in: 1 week
paths:
- public