tsdocker/.gitlab-ci.yml

37 lines
440 B
YAML
Raw Normal View History

image: hosttoday/ht-docker-dbase:npmts
2016-07-13 21:17:24 +00:00
stages:
- test
- release
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
2016-07-20 15:44:06 +00:00
environment: npmjs-com_registry
2016-07-13 21:17:24 +00:00
script:
- npmci publish
only:
- tags
tags:
- docker