From 4da1f6d56f82bf48e538f25f12405f0034584183 Mon Sep 17 00:00:00 2001 From: Dominik Sigmund <dominik.sigmund@br.de> Date: Mon, 2 Mar 2020 11:08:37 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 962883d..caf5fa1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,6 +43,9 @@ test: publish to local npm: stage: publish script: - - echo '//it-devops-01:4873/:_authToken="foobar"'>.npmrc + - echo 'strict-ssl=false\n' > .npmrc + - echo '@br:registry=https://it-devops-01:4873/\n' >> .npmrc + - echo '//it-devops-01:4873/:_authToken="ZMh1NzlklUTNNvt573Imgw=="' >> .npmrc - npm set ca null + - cat .npmrc - npm publish --registry $NPM_REGISTRY -- GitLab