From 26f0a6a26b970d9b192f7abb078fcc315983a1df Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Tue, 27 Aug 2019 18:12:23 +0200 Subject: [PATCH] fix(core): update --- .gitlab-ci.yml | 38 ++++++++++++++++++++++---------------- 1 file changed, 22 insertions(+), 16 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1bc98fa..9254871 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,15 +1,17 @@ # gitzone custom image: docker:19.03.1 +services: + - docker:stable-dind before_script: - - apk update - - apk add --no-cache git openssl ca-certificates bash curl - - apk add --no-cache make gcc g++ python linux-headers paxctl - - apk add --no-cache libgcc libstdc++ gnupg nodejs nodejs-npm - - update-ca-certificates - - npm config set unsafe-perm true - - npm install -g @shipzone/npmci - - npmci npm prepare +- apk update +- apk add --no-cache git openssl ca-certificates bash curl +- apk add --no-cache make gcc g++ python linux-headers paxctl +- apk add --no-cache libgcc libstdc++ gnupg nodejs nodejs-npm +- update-ca-certificates +- npm config set unsafe-perm true +- npm install -g @shipzone/npmci +- npmci npm prepare stages: - test @@ -20,13 +22,14 @@ stages: testSTABLE: stage: test script: - - npmci node install stable - - npmci npm install - - npmci npm test + - npmci node install stable + - npmci npm install + - npmci npm test coverage: /\d+.?\d+?\%\s*coverage/ tags: - - docker - - lossless + - docker + - lossless + - priv release: services: @@ -42,13 +45,16 @@ release: - tags tags: - docker + - lossless - priv trigger: stage: trigger script: - - npmci trigger + - npmci trigger only: - - tags + - tags tags: - - docker + - docker + - lossless + - priv