This commit is contained in:
Philipp Kunz 2017-06-30 16:34:14 +02:00
parent c17ddba64f
commit bb6481818e
3 changed files with 3 additions and 3 deletions

View File

@ -11,8 +11,8 @@ stages:
- trigger
before_script:
- npm uninstall -g npmci
- npm install -g npmci
- yarn global add npmci
- npmci prepare docker
build:

View File

@ -39,4 +39,3 @@ RUN apk add --no-cache ca-certificates bash curl make gcc g++ python linux-heade
RUN curl -o- -L https://yarnpkg.com/install.sh | sh
ENV PATH /root/.yarn/bin:$PATH
RUN yarn global add npmci

View File

@ -1 +1,2 @@
FROM hosttoday/ht-docker-dbase:latest
RUN yarn global add npmci