fix(core): update
This commit is contained in:
parent
bd18aa1aac
commit
13ff525fd2
@ -7,7 +7,6 @@ cache:
|
|||||||
key: "$CI_BUILD_STAGE"
|
key: "$CI_BUILD_STAGE"
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- npmci npm prepare
|
|
||||||
- apk update && apk add --no-cache \
|
- apk update && apk add --no-cache \
|
||||||
git \
|
git \
|
||||||
openssl \
|
openssl \
|
||||||
@ -27,6 +26,7 @@ before_script:
|
|||||||
nodejs-npm \
|
nodejs-npm \
|
||||||
&& update-ca-certificates
|
&& update-ca-certificates
|
||||||
- npm install -g npmci
|
- npm install -g npmci
|
||||||
|
- npmci npm prepare
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
|
Loading…
Reference in New Issue
Block a user