From 0e3732cade54aa700cec6ec12f0a87aab62541d0 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 29 Apr 2018 17:40:14 +0200 Subject: [PATCH] update --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c6b98e2..14931f9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,10 +6,6 @@ cache: - .yarn/ key: "$CI_BUILD_STAGE" -before_script: - - yarn global add npmci@3.0.28 - - npmci docker login - stages: - security - test @@ -68,8 +64,6 @@ release: stage: release script: - npmci npm prepare - - npmci command npm install - - npmci command npmts - npmci npm publish only: - tags