Skip to content

Commit b0c9d55

Browse files
use release link
1 parent 7eca3d6 commit b0c9d55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.requirements

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717

1818
APISIX_PACKAGE_NAME=apisix
1919

20-
APISIX_RUNTIME=1.2.1
20+
APISIX_RUNTIME=1.3.0

ci/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ install_curl () {
8282

8383
install_apisix_runtime() {
8484
export runtime_version=${APISIX_RUNTIME}
85-
wget "https://raw.githubusercontent.com/shreemaan-abhishek/apisix-build-tools/refs/heads/12711/build-apisix-runtime.sh"
85+
wget "https://raw.githubusercontent.com/api7/apisix-build-tools/apisix-runtime/${APISIX_RUNTIME}/build-apisix-runtime.sh"
8686
chmod +x build-apisix-runtime.sh
8787
./build-apisix-runtime.sh latest
8888
}

0 commit comments

Comments
 (0)