mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-02 12:07:35 +08:00
chore(ci): bump build-tools version to v2.1.0 (#4914)
Signed-off-by: imjoey <majunjie@apache.org>
This commit is contained in:
parent
3707fe9a09
commit
be92ff937d
4
.github/workflows/centos7-ci.yml
vendored
4
.github/workflows/centos7-ci.yml
vendored
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user