From b16888afb3d9fd8046482f8ff2c62ae95a032580 Mon Sep 17 00:00:00 2001 From: Dominik Sigmund <dominik.sigmund@br.de> Date: Mon, 2 Mar 2020 10:00:15 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1d68b5f..02d32af 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,6 +44,6 @@ test: publish to local npm: stage: publish script: - - echo '//it-devops-01:4873/:_authToken="${NPM_TOKEN}"'>.npmrc + - echo '//it-devops-01:4873/:_authToken="$NPM_TOKEN"'>.npmrc - cat .npmrc - npm publish --registry $NPM_REGISTRY -- GitLab