npmextra/.gitlab-ci.yml

48 lines
601 B
YAML
Raw Normal View History

2016-07-14 10:02:59 +00:00
image: hosttoday/ht-docker-node:npmts
stages:
- test
- release
2016-09-17 16:12:32 +00:00
- page
2016-07-14 10:02:59 +00:00
testLEGACY:
stage: test
script:
- npmci test legacy
tags:
- docker
testLTS:
stage: test
script:
- npmci test lts
tags:
- docker
2016-07-17 00:09:58 +00:00
2016-07-14 10:02:59 +00:00
testSTABLE:
stage: test
script:
- npmci test stable
tags:
- docker
release:
stage: release
script:
- npmci publish
only:
- tags
tags:
- docker
2016-09-17 16:12:32 +00:00
pages:
image: hosttoday/ht-docker-node:npmpage
stage: page
script:
- npmci command npmpage --host gitlab
only:
- tags
artifacts:
expire_in: 1 week
paths:
- public