Skip to content

Commit 4ff4171

Browse files
authored
chore: update the branch used by package-apisix CI to master (#359)
1 parent 755d175 commit 4ff4171

5 files changed

+6
-6
lines changed

.github/workflows/package-apisix-deb-ubuntu20.04.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
timeout-minutes: 60
2121
env:
2222
PACKAGE_APISIX_VERSION: 0.0.0
23-
APISIX_VERSION: 3.7.0
23+
APISIX_VERSION: master
2424
steps:
2525
- uses: actions/checkout@v2
2626

.github/workflows/package-apisix-rpm-el7.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
timeout-minutes: 60
2121
env:
22-
APISIX_VERSION: 3.7.0
22+
APISIX_VERSION: master
2323
services:
2424
etcd:
2525
image: bitnami/etcd:3.4.0

.github/workflows/package-apisix-rpm-el8.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
timeout-minutes: 60
2121
env:
22-
APISIX_VERSION: 3.7.0
22+
APISIX_VERSION: master
2323
services:
2424
etcd:
2525
image: bitnami/etcd:3.4.0

.github/workflows/package-apisix-rpm-ubi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
timeout-minutes: 60
1919
env:
20-
APISIX_VERSION: 3.7.0
20+
APISIX_VERSION: master
2121
services:
2222
etcd:
2323
image: bitnami/etcd:3.4.0

utils/install-common.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,13 @@ install_apisix() {
9292
# patch rockspec file to install with local repo
9393
sed -re '/^\s*source\s*=\s*\{$/{:src;n;s/^(\s*url\s*=).*$/\1".\/apisix",/;/\}/!bsrc}' \
9494
-e '/^\s*source\s*=\s*\{$/{:src;n;/^(\s*branch\s*=).*$/d;/\}/!bsrc}' \
95-
-i rockspec/apisix-master-${iteration}.rockspec
95+
-i apisix-master-${iteration}.rockspec
9696

9797
# install rust
9898
install_rust
9999

100100
# build the lib and specify the storage path of the package installed
101-
luarocks make ./rockspec/apisix-master-${iteration}.rockspec --tree=/tmp/build/output/apisix/usr/local/apisix/deps --local
101+
luarocks make ./apisix-master-${iteration}.rockspec --tree=/tmp/build/output/apisix/usr/local/apisix/deps --local
102102
chown -R "$(whoami)":"$(whoami)" /tmp/build/output
103103
cd ..
104104
# copy the compiled files to the package install directory

0 commit comments

Comments
 (0)