From 599b8c615416346fa19c6ee34c14c71ce2f36f2e Mon Sep 17 00:00:00 2001 From: * <8> Date: Wed, 9 Nov 2022 14:52:17 +0800 Subject: [PATCH] Match-id-a390b1e56b97beb470dfce4476fdd098c3167d47 --- .cloudbuild/release.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.cloudbuild/release.sh b/.cloudbuild/release.sh index ddb9c659..ec87ddab 100644 --- a/.cloudbuild/release.sh +++ b/.cloudbuild/release.sh @@ -13,7 +13,6 @@ # MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. # See the Mulan PSL v2 for more details. # - if [ -n "${releaseVersion}" ] ; then echo "==== Horizon Upgrade ${releaseVersion} ====" cd ./build/horizon || { echo 'ERROR: Build directory not found' ; exit 1; } @@ -21,7 +20,7 @@ if [ -n "${releaseVersion}" ] ; then npm version "${releaseVersion}" cat >.npmrc <<- EndOfMessage registry=https://cmc.centralrepo.rnd.huawei.com/npm -@cloudsop:registry=https://cmc.centralrepo.rnd.huawei.com/artifactory/product_npm +@cloudsop:registry=https://cmc.centralrepo.rnd.huawei.com/artifactory/api/npm/product_npm _auth = Y2xvdWRzb3BhcnRpZmFjdG9yeTpDbG91ZHNvcDY2NiEhIQ always-auth = true email = cloudsop@huawei.com