From 84e80d70fe3c7745aa918317cc05cd12182409e0 Mon Sep 17 00:00:00 2001 From: Tomáš Levora Date: Wed, 4 Sep 2019 10:05:55 +0200 Subject: Adding proper npm logout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adding npm logout to prevent authentification issues with newer versions of npm at repeated execution Issue-ID: OOM-2086 Change-Id: Icb7d70ef1b7c2037dd9e392693b2c51cf8c60f25 Signed-off-by: Tomáš Levora --- build/build_nexus_blob.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'build') diff --git a/build/build_nexus_blob.sh b/build/build_nexus_blob.sh index 58f0f83f..0550956e 100755 --- a/build/build_nexus_blob.sh +++ b/build/build_nexus_blob.sh @@ -384,6 +384,7 @@ for NPM_LIST in "${NXS_NPM_LISTS[@]}"; do push_npm "${NPM_LIST}" done popd +npm logout ############################### ## Populate PyPi repository # -- cgit 1.2.3-korg