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 2021/11/01 00:48:28 UTC

[apisix] branch master updated: chore: Bump apisix-build-tools to v2.5.0 (#5375)

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 c700c43  chore: Bump apisix-build-tools to v2.5.0 (#5375)
c700c43 is described below

commit c700c43bfbafa3e74848d7e1eae5df8dc3338013
Author: Joey <ma...@apache.org>
AuthorDate: Mon Nov 1 08:48:22 2021 +0800

    chore: Bump apisix-build-tools to v2.5.0 (#5375)
---
 .github/workflows/centos7-ci.yml | 2 +-
 utils/linux-install-openresty.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/centos7-ci.yml b/.github/workflows/centos7-ci.yml
index 899a33c..c63d274 100644
--- a/.github/workflows/centos7-ci.yml
+++ b/.github/workflows/centos7-ci.yml
@@ -44,7 +44,7 @@ jobs:
       run: |
         export VERSION=${{ steps.branch_env.outputs.version }}
         sudo gem install --no-document fpm
-        git clone -b v2.2.1 https://github.com/api7/apisix-build-tools.git
+        git clone -b v2.5.0 https://github.com/api7/apisix-build-tools.git
 
         # move codes under build tool
         mkdir ./apisix-build-tools/apisix
diff --git a/utils/linux-install-openresty.sh b/utils/linux-install-openresty.sh
index 8dbb716..ce0d8a4 100755
--- a/utils/linux-install-openresty.sh
+++ b/utils/linux-install-openresty.sh
@@ -26,7 +26,7 @@ sudo apt-get update
 
 if [ "$OPENRESTY_VERSION" == "source" ]; then
     cd ..
-    wget https://raw.githubusercontent.com/api7/apisix-build-tools/v2.4.0/build-apisix-base.sh
+    wget https://raw.githubusercontent.com/api7/apisix-build-tools/v2.5.0/build-apisix-base.sh
     chmod +x build-apisix-base.sh
     ./build-apisix-base.sh latest