smartnginx/.gitlab-ci.yml
2016-07-25 01:57:51 +02:00

27 lines
364 B
YAML

image: hosttoday/ht-docker-node:npmts
stages:
- test
- release
before_script:
- "apt-get update && apt-get install nginx -y"
testSTABLE:
stage: test
script:
- npmci test stable
only:
- tags
tags:
- docker
release:
stage: release
environment: npmjs-com_registry
script:
- npmci publish
only:
- tags
tags:
- docker