diff options
author | Michal Zegan <m.zegan@samsung.com> | 2019-09-04 10:44:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-04 10:44:14 +0000 |
commit | d761d32ea7c87b47f25398afa9ac4e86b43e82bc (patch) | |
tree | 565fb54eab52a55743fe818e706bafa46b532aa1 | |
parent | 80409ef270c67d334e49ab0755de5b94dc4eaee2 (diff) | |
parent | 84e80d70fe3c7745aa918317cc05cd12182409e0 (diff) |
Merge "Adding proper npm logout"
-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 0bf23edd..68d9337a 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 # |