fix(core): update

This commit is contained in:
Philipp Kunz 2018-12-12 22:58:00 +01:00
parent 015ca7223f
commit e8aca4a903
2 changed files with 2 additions and 4 deletions

View File

@ -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:

View File

@ -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