From be92ff937d2e2d2831daa6dfccff68fe7a3af8ea Mon Sep 17 00:00:00 2001 From: Joey Date: Sun, 29 Aug 2021 19:06:19 +0800 Subject: [PATCH] chore(ci): bump build-tools version to v2.1.0 (#4914) Signed-off-by: imjoey --- .github/workflows/centos7-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/centos7-ci.yml b/.github/workflows/centos7-ci.yml index 6928e59d..5866542e 100644 --- a/.github/workflows/centos7-ci.yml +++ b/.github/workflows/centos7-ci.yml @@ -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)