We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5027a0a commit 874393aCopy full SHA for 874393a
.github/workflows/ci.yml
@@ -26,8 +26,7 @@ jobs:
26
27
- name: Install
28
run: |
29
- # TODO: change it back once we have merged it
30
- wget https://raw.githubusercontent.com/api7/apisix-build-tools/stream-apisix/build-apisix-base.sh
+ wget https://raw.githubusercontent.com/api7/apisix-build-tools/master/build-apisix-base.sh
31
chmod +x build-apisix-base.sh
32
OR_PREFIX=$OPENRESTY_PREFIX ./build-apisix-base.sh latest
33
0 commit comments