This commit is contained in:
Philipp Kunz 2018-04-29 17:37:04 +02:00
parent 6614b1c3d3
commit cbfe992ffc

View File

@ -6,6 +6,10 @@ cache:
- .yarn/
key: "$CI_BUILD_STAGE"
before_script:
- yarn global add npmci@3.0.29
- npmci docker login
stages:
- security
- test
@ -64,6 +68,8 @@ release:
stage: release
script:
- npmci npm prepare
- npmci command npm install
- npmci command npmts
- npmci npm publish
only:
- tags