gulp-browser/.gitlab-ci.yml

38 lines
436 B
YAML
Raw Normal View History

2016-07-26 16:30:39 +00:00
image: hosttoday/ht-docker-node:npmts
2016-06-03 17:32:32 +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