Adding proper npm logout
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>
diff --git a/build/build_nexus_blob.sh b/build/build_nexus_blob.sh
index 58f0f83..0550956 100755
--- a/build/build_nexus_blob.sh
+++ b/build/build_nexus_blob.sh
@@ -384,6 +384,7 @@
push_npm "${NPM_LIST}"
done
popd
+npm logout
###############################
## Populate PyPi repository #