chore(ci): bump build-tools version to v2.1.0 (#4914)

Signed-off-by: imjoey <majunjie@apache.org>
This commit is contained in:
Joey 2021-08-29 19:06:19 +08:00 committed by GitHub
parent 3707fe9a09
commit be92ff937d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,9 +47,9 @@ jobs:
run: |
export VERSION=${{ steps.branch_env.outputs.version }}
sudo gem install --no-document fpm
git clone -b v2.0.0 https://github.com/api7/apisix-build-tools.git
git clone -b v2.1.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
make package type=rpm app=apisix version=${VERSION} checkout=release/${VERSION} image_base=centos image_tag=7 local_code_path=../apisix
cd ..
rm -rf $(ls -1 --ignore=apisix-build-tools --ignore=t --ignore=utils --ignore=ci --ignore=Makefile --ignore=rockspec)