Skip to content

Commit

Permalink
chore: Use build-tools release v2.0.0 instead of the master branch (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
imjoey committed Aug 24, 2021
1 parent b8ae382 commit 1413417
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/centos7-ci.yml
Expand Up @@ -47,7 +47,7 @@ jobs:
run: |
export VERSION=${{ steps.branch_env.outputs.version }}
sudo gem install --no-document fpm
git clone https://github.com/api7/apisix-build-tools.git
git clone -b v2.0.0 https://github.com/api7/apisix-build-tools.git
cd apisix-build-tools
make package type=rpm app=apisix version=${VERSION} checkout=release/${VERSION} image_base=centos image_tag=7
cd ..
Expand Down
2 changes: 1 addition & 1 deletion utils/linux-install-openresty.sh
Expand Up @@ -26,7 +26,7 @@ sudo apt-get update

if [ "$OPENRESTY_VERSION" == "source" ]; then
cd ..
wget https://raw.githubusercontent.com/api7/apisix-build-tools/master/build-apisix-openresty.sh
wget https://raw.githubusercontent.com/api7/apisix-build-tools/v2.0.0/build-apisix-openresty.sh
chmod +x build-apisix-openresty.sh
./build-apisix-openresty.sh latest

Expand Down

0 comments on commit 1413417

Please sign in to comment.