Skip to content

Commit 6bd6a83

Browse files
authored
chore(ci): fetch apisix-openresty has been renamed to apisix-base (#147)
1 parent 0fa6b3d commit 6bd6a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
git clone https://github.com/openresty/test-nginx.git test-nginx
5757
cd test-nginx && (sudo cpanm --notest . > build.log 2>&1 || (cat build.log && exit 1)) && cd ..
5858
59-
wget https://raw.githubusercontent.com/api7/apisix-build-tools/master/build-apisix-openresty.sh
59+
wget https://raw.githubusercontent.com/api7/apisix-build-tools/v2.2.1/build-apisix-openresty.sh
6060
chmod +x build-apisix-openresty.sh
6161
OR_PREFIX=$OPENRESTY_PREFIX ./build-apisix-openresty.sh latest
6262

0 commit comments

Comments
 (0)