From 236b42b4b875d608e23b0e3b5b29883e43a3f270 Mon Sep 17 00:00:00 2001 From: Dominik Sigmund <dominik.sigmund@br.de> Date: Fri, 28 Feb 2020 14:52:47 +0100 Subject: [PATCH] try with other style --- .gitlab-ci.yml | 14 +++++--------- README.md | 5 ----- 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 77738d2..d71338f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,15 +45,11 @@ test: publish to local npm: stage: publish before_script: - - apk add expect - | - /usr/bin/expect <<EOD - spawn npm adduser --registry https://it-devops-01:4873 - expect { - "Username:" {send "$NPM_USERNAME\r"; exp_continue} - "Password:" {send "$NPM_PASSWORD\r"; exp_continue} - "Email: (this IS public)" {send "$NPM_EMAIL\r"; exp_continue} - } - EOD + npm adduser --registry https://it-devops-01:4873 <<! + $NPM_USERNAME + $NPM_PASSWORD + $NPM_EMAIL + ! script: - npm publish --registry https://it-devops-01:4873 \ No newline at end of file diff --git a/README.md b/README.md index dadb2f8..b03576c 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,6 @@ [](https://it-devops-01.br-edv.brnet.int/general/config/commits/master) [](https://it-devops-01.br-edv.brnet.int/general/config/commits/master) [](https://it-devops-01.br-edv.brnet.int:8999/dashboard?id=config) -[](https://it-devops-01.br-edv.brnet.int:8999/dashboard?id=config) -[](https://it-devops-01.br-edv.brnet.int:8999/dashboard?id=config) -[](https://it-devops-01.br-edv.brnet.int:8999/dashboard?id=config) -[](https://it-devops-01.br-edv.brnet.int:8999/dashboard?id=config) -[](https://it-devops-01.br-edv.brnet.int:8999/dashboard?id=config) Simple Config Log with HashiCorp Vault support. -- GitLab