We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d2b62d commit f0382c3Copy full SHA for f0382c3
utils/publish-rpm.sh
@@ -100,7 +100,7 @@ upload_new_repo() {
100
101
check_down_load_rpm() {
102
mkdir temp && cd temp
103
- wget https://apisix-repo.oss-cn-shanghai.aliyuncs.com/packages/centos/7/x86_64/${TARGET_APP}-${TAG_VERSION}-0.el7.x86_64.rpm
+ wget https://apisix-repo.oss-cn-shenzhen.aliyuncs.com/packages/centos/7/x86_64/${TARGET_APP}-${TAG_VERSION}-0.el7.x86_64.rpm
104
if [ ! -f ${TARGET_APP}-${TAG_VERSION}-0.el7.x86_64.rpm ]; then
105
echo "failed: download new ${TARGET_APP} rpm package"
106
exit 1
0 commit comments