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 0fa6b3d commit 6bd6a83Copy full SHA for 6bd6a83
.github/workflows/ci.yml
@@ -56,7 +56,7 @@ jobs:
56
git clone https://github.com/openresty/test-nginx.git test-nginx
57
cd test-nginx && (sudo cpanm --notest . > build.log 2>&1 || (cat build.log && exit 1)) && cd ..
58
59
- wget https://raw.githubusercontent.com/api7/apisix-build-tools/master/build-apisix-openresty.sh
+ wget https://raw.githubusercontent.com/api7/apisix-build-tools/v2.2.1/build-apisix-openresty.sh
60
chmod +x build-apisix-openresty.sh
61
OR_PREFIX=$OPENRESTY_PREFIX ./build-apisix-openresty.sh latest
62
0 commit comments