This is an automated email from the ASF dual-hosted git repository. spacewander pushed a commit to branch release/2.13 in repository https://gitbox.apache.org/repos/asf/apisix.git
commit e269bef4d047b5b46c661141af3f4b81a65ea2d1 Author: tzssangglass <[email protected]> AuthorDate: Tue May 24 08:59:41 2022 +0800 chore(ci): use the latest build script for apisix-base (#7090) --- utils/linux-install-openresty.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/utils/linux-install-openresty.sh b/utils/linux-install-openresty.sh index 9a0a4e909..d903fead6 100755 --- a/utils/linux-install-openresty.sh +++ b/utils/linux-install-openresty.sh @@ -24,9 +24,11 @@ sudo add-apt-repository -y "deb https://openresty.org/package/ubuntu $(lsb_relea sudo apt-get update +abt_branch=${abt_branch:="master"} + if [ "$OPENRESTY_VERSION" == "source" ]; then cd .. - wget https://raw.githubusercontent.com/api7/apisix-build-tools/v2.7.0/build-apisix-base.sh + wget https://raw.githubusercontent.com/api7/apisix-build-tools/$abt_branch/build-apisix-base.sh chmod +x build-apisix-base.sh ./build-apisix-base.sh latest
