diff options
author | Tomáš Levora <t.levora@partner.samsung.com> | 2019-09-04 10:05:55 +0200 |
---|---|---|
committer | Tomáš Levora <t.levora@partner.samsung.com> | 2019-09-04 10:09:19 +0200 |
commit | 84e80d70fe3c7745aa918317cc05cd12182409e0 (patch) | |
tree | da2df3f7d6fec8747ba9a0b0b89e23cfeecc4527 /build | |
parent | 0364bc6ebc6d26877f1db1be342a10b24f51d80b (diff) |
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>
Diffstat (limited to 'build')
-rwxr-xr-x | build/build_nexus_blob.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 # |