gulp-function/.gitlab-ci.yml

38 lines
436 B
YAML
Raw Normal View History

2016-06-11 19:41:16 +00:00
image: hosttoday/ht-docker-node:npmts
2016-06-03 23:15:48 +00:00
stages:
- test
- release
- page
testLEGACY:
stage: test
script:
- npmci test legacy
tags:
- docker
testLTS:
stage: test
script:
- npmci test lts
tags:
- docker
testSTABLE:
stage: test
script:
- npmci test stable
tags:
- docker
release:
stage: release
script:
- npmci publish npm
- npmci trigger
only:
- tags
tags:
- docker