From 93092ea3fdf0694807267d5672262dcac2338257 Mon Sep 17 00:00:00 2001 From: Dominik Sigmund <dominik.sigmund@br.de> Date: Tue, 14 Apr 2020 12:24:19 +0200 Subject: [PATCH] fix build --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 22e14a5..b1ed446 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ include: variables: SONAR_PROJECT_KEY: config SONAR_TOKEN: 11922a8e774494f51e1d2f0e695949e4073e7df8 - NPM_REGISTRY: https://it-devops-01.br-edv.brnet.int:4873 + NPM_REGISTRY: https://npm.br-edv.brnet.int NPM_TOKEN: ZMh1NzlklUTNNvt573Imgw== cache: @@ -44,8 +44,5 @@ test: publish: stage: publish script: - - printenv NPM_TOKEN - npm config set strict-ssl false - - npm config set //it-devops-01.br-edv.brnet.int:4873/:_authToken ${NPM_TOKEN} - - npm token list --registry $NPM_REGISTRY - npm publish --verbose --registry $NPM_REGISTRY -- GitLab