File tree Expand file tree Collapse file tree 4 files changed +15
-11
lines changed Expand file tree Collapse file tree 4 files changed +15
-11
lines changed Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 timeout-minutes : 60
2121 env :
22- DASHBOARD_VERSION : " 2.13"
22+ DASHBOARD_VERSION : " 2.13.1"
23+ DASHBOARD_BRANCH : " release/2.13"
2324 services :
2425 etcd :
2526 image : bitnami/etcd:3.4.0
3940
4041 - name : package apisix-dashboard
4142 run : |
42- make package type=deb app=dashboard version=${DASHBOARD_VERSION} checkout=release/${DASHBOARD_VERSION } image_base=ubuntu image_tag=20.04
43+ make package type=deb app=dashboard version=${DASHBOARD_VERSION} checkout=${DASHBOARD_BRANCH } image_base=ubuntu image_tag=20.04
4344
4445 - name : run ubuntu 20.04 docker and mapping deb into container
4546 run : |
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 timeout-minutes : 60
2121 env :
22- DASHBOARD_VERSION : " 2.13"
22+ DASHBOARD_VERSION : " 2.13.1"
23+ DASHBOARD_BRANCH : " release/2.13"
2324 services :
2425 etcd :
2526 image : bitnami/etcd:3.4.0
5152
5253 - name : run apisix-dashboard packaging test
5354 run : |
54- make package type=rpm app=dashboard version=${DASHBOARD_VERSION} checkout=release/${DASHBOARD_VERSION } image_base=centos image_tag=7 buildx=True
55+ make package type=rpm app=dashboard version=${DASHBOARD_VERSION} checkout=${DASHBOARD_BRANCH } image_base=centos image_tag=7 buildx=True
5556
5657 - name : Run centos7 docker and mapping rpm into container
5758 run : |
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 timeout-minutes : 60
2121 env :
22- DASHBOARD_VERSION : " 2.13"
22+ DASHBOARD_VERSION : " 2.13.1"
23+ DASHBOARD_BRANCH : " release/2.13"
2324 services :
2425 etcd :
2526 image : bitnami/etcd:3.4.0
@@ -41,13 +42,13 @@ jobs:
4142
4243 - name : run apisix-dashboard(-remote) packaging test
4344 run : |
44- make package type=rpm app=dashboard version=${DASHBOARD_VERSION} checkout=release/${DASHBOARD_VERSION } \
45+ make package type=rpm app=dashboard version=${DASHBOARD_VERSION} checkout=${DASHBOARD_BRANCH } \
4546 image_base=centos image_tag=7 artifact=apisix-dashboard-remote
4647
4748 - name : run apisix-dashboard(-local) packaging test
4849 run : |
49- git clone -b release/${DASHBOARD_VERSION } https://github.com/apache/apisix-dashboard.git
50- make package type=rpm app=dashboard version=${DASHBOARD_VERSION} checkout=${DASHBOARD_VERSION } \
50+ git clone -b ${DASHBOARD_BRANCH } https://github.com/apache/apisix-dashboard.git
51+ make package type=rpm app=dashboard version=${DASHBOARD_VERSION} checkout=${DASHBOARD_BRANCH } \
5152 image_base=centos image_tag=7 local_code_path=./apisix-dashboard artifact=apisix-dashboard-local
5253
5354 - name : Run centos7 docker and mapping rpm into container
@@ -102,7 +103,7 @@ jobs:
102103 runs-on : ubuntu-latest
103104 needs : build
104105 env :
105- DASHBOARD_VERSION : " 2.13"
106+ DASHBOARD_VERSION : " 2.13.1 "
106107 services :
107108 etcd :
108109 image : bitnami/etcd:3.4.0
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 timeout-minutes : 60
2121 env :
22- DASHBOARD_VERSION : " 2.13"
22+ DASHBOARD_VERSION : " 2.13.1"
23+ DASHBOARD_BRANCH : " release/2.13"
2324 services :
2425 etcd :
2526 image : bitnami/etcd:3.4.0
4142
4243 - name : run apisix-dashboard packaging test
4344 run : |
44- make package type=rpm app=dashboard version=${DASHBOARD_VERSION} checkout=release/${DASHBOARD_VERSION } image_base=centos image_tag=8
45+ make package type=rpm app=dashboard version=${DASHBOARD_VERSION} checkout=${DASHBOARD_BRANCH } image_base=centos image_tag=8
4546
4647 - name : Run centos8 docker and mapping rpm into container
4748 run : |
You can’t perform that action at this time.
0 commit comments