You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2022/05/24 00:59:47 UTC

[apisix] branch master updated: chore(ci): use the latest build script for apisix-base (#7090)

This is an automated email from the ASF dual-hosted git repository.

spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new f4f909db2 chore(ci): use the latest build script for apisix-base (#7090)
f4f909db2 is described below

commit f4f909db211f1badc34af4f7420a3edc7de4ac63
Author: tzssangglass <tz...@gmail.com>
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