Skip to content

Commit f0382c3

Browse files
authored
ci: fix the correct endpoint of Aliyun OSS (#142)
1 parent 4d2b62d commit f0382c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/publish-rpm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ upload_new_repo() {
100100

101101
check_down_load_rpm() {
102102
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
103+
wget https://apisix-repo.oss-cn-shenzhen.aliyuncs.com/packages/centos/7/x86_64/${TARGET_APP}-${TAG_VERSION}-0.el7.x86_64.rpm
104104
if [ ! -f ${TARGET_APP}-${TAG_VERSION}-0.el7.x86_64.rpm ]; then
105105
echo "failed: download new ${TARGET_APP} rpm package"
106106
exit 1

0 commit comments

Comments
 (0)