zll600 commented on code in PR #10887:
URL: https://github.com/apache/apisix/pull/10887#discussion_r1495374342
##########
ci/common.sh:
##########
@@ -75,6 +75,15 @@ install_curl () {
curl -V
}
+install_apisix_runtime() {
+ export runtime_version=${APISIX_RUNTIME}
+ # I need to use script from my repo to test
+ # wget
"https://raw.githubusercontent.com/api7/apisix-build-tools/apisix-runtime/${APISIX_RUNTIME}/build-apisix-runtime.sh"
+ wget
"https://raw.githubusercontent.com/zll600/apisix-build-tools/upgrade_openresty-1.25.3.1/build-apisix-runtime.sh"
Review Comment:
only for CI, I will revert this change after finishing review.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]