fix(core): update
This commit is contained in:
parent
015ca7223f
commit
e8aca4a903
@ -10,7 +10,7 @@ stages:
|
|||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- npm config set unsafe-perm true
|
- npm config set unsafe-perm true
|
||||||
- yarn global add npmci
|
- npm install -g @shipzone/npmci
|
||||||
- npmci docker login
|
- npmci docker login
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
@ -18,9 +18,7 @@ RUN apk add --no-cache \
|
|||||||
libstdc++ \
|
libstdc++ \
|
||||||
gnupg \
|
gnupg \
|
||||||
nodejs \
|
nodejs \
|
||||||
yarn \
|
|
||||||
&& update-ca-certificates
|
&& update-ca-certificates
|
||||||
|
|
||||||
RUN yarn global add @shipzone/npmci
|
RUN npm install -g @shipzone/npmci
|
||||||
RUN npm config set unsafe-perm true
|
RUN npm config set unsafe-perm true
|
||||||
ENV PATH /root/.yarn/bin:$PATH
|
|
||||||
|
Loading…
Reference in New Issue
Block a user