From bb6481818e505bced9ca8c37087bf2e3c73212dd Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Fri, 30 Jun 2017 16:34:14 +0200 Subject: [PATCH] update --- .gitlab-ci.yml | 4 ++-- Dockerfile | 1 - Dockerfile_npmci | 1 + 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3c0be14..20027bf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,8 +11,8 @@ stages: - trigger before_script: - - npm uninstall -g npmci - - npm install -g npmci + + - yarn global add npmci - npmci prepare docker build: diff --git a/Dockerfile b/Dockerfile index 700b285..dfd9857 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/Dockerfile_npmci b/Dockerfile_npmci index 91f7078..5f02469 100644 --- a/Dockerfile_npmci +++ b/Dockerfile_npmci @@ -1 +1,2 @@ FROM hosttoday/ht-docker-dbase:latest +RUN yarn global add npmci \ No newline at end of file