Skip to content

Commit

Permalink
ci: fix the correct endpoint of Aliyun OSS (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzssangglass authored Nov 22, 2021
1 parent 4d2b62d commit f0382c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/publish-rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ upload_new_repo() {

check_down_load_rpm() {
mkdir temp && cd temp
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
if [ ! -f ${TARGET_APP}-${TAG_VERSION}-0.el7.x86_64.rpm ]; then
echo "failed: download new ${TARGET_APP} rpm package"
exit 1
Expand Down

0 comments on commit f0382c3

Please sign in to comment.