update
This commit is contained in:
parent
6614b1c3d3
commit
cbfe992ffc
@ -6,6 +6,10 @@ cache:
|
|||||||
- .yarn/
|
- .yarn/
|
||||||
key: "$CI_BUILD_STAGE"
|
key: "$CI_BUILD_STAGE"
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- yarn global add npmci@3.0.29
|
||||||
|
- npmci docker login
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- security
|
- security
|
||||||
- test
|
- test
|
||||||
@ -64,6 +68,8 @@ release:
|
|||||||
stage: release
|
stage: release
|
||||||
script:
|
script:
|
||||||
- npmci npm prepare
|
- npmci npm prepare
|
||||||
|
- npmci command npm install
|
||||||
|
- npmci command npmts
|
||||||
- npmci npm publish
|
- npmci npm publish
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
|
Loading…
Reference in New Issue
Block a user