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