From f329122421da38f3eef2664967ee96d54f446bd7 Mon Sep 17 00:00:00 2001
From: Dominik Sigmund <dominik.sigmund@br.de>
Date: Fri, 28 Feb 2020 13:32:10 +0100
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 142aad3..2e0ef4f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,8 +41,5 @@ test:
 
 publish to local npm:
   stage: publish
-  before_script:
-    - npm config set @br:registry https://it-devops-01:4873
-    - npm adduser --registry https://it-devops-01:4873
   script:
-    - npm publish
\ No newline at end of file
+    - npm publish --registry https://it-devops-01:4873
\ No newline at end of file
-- 
GitLab