Adding proper npm logout 93/94893/1
authorTomáš Levora <t.levora@partner.samsung.com>
Wed, 4 Sep 2019 08:05:55 +0000 (10:05 +0200)
committerTomáš Levora <t.levora@partner.samsung.com>
Wed, 4 Sep 2019 08:09:19 +0000 (10:09 +0200)
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 <t.levora@partner.samsung.com>
build/build_nexus_blob.sh

index 58f0f83..0550956 100755 (executable)
@@ -384,6 +384,7 @@ for NPM_LIST in "${NXS_NPM_LISTS[@]}"; do
     push_npm "${NPM_LIST}"
 done
 popd
+npm logout
 
 ###############################
 ##  Populate PyPi repository  #