This commit is contained in:
Philipp Kunz 2018-04-29 17:40:14 +02:00
parent 4f968472c8
commit 0e3732cade

View File

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