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 19
19
runs-on : ubuntu-latest
20
20
timeout-minutes : 60
21
21
env :
22
- DASHBOARD_VERSION : " 2.13"
22
+ DASHBOARD_VERSION : " 2.13.1"
23
+ DASHBOARD_BRANCH : " release/2.13"
23
24
services :
24
25
etcd :
25
26
image : bitnami/etcd:3.4.0
39
40
40
41
- name : package apisix-dashboard
41
42
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
43
44
44
45
- name : run ubuntu 20.04 docker and mapping deb into container
45
46
run : |
Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
timeout-minutes : 60
21
21
env :
22
- DASHBOARD_VERSION : " 2.13"
22
+ DASHBOARD_VERSION : " 2.13.1"
23
+ DASHBOARD_BRANCH : " release/2.13"
23
24
services :
24
25
etcd :
25
26
image : bitnami/etcd:3.4.0
51
52
52
53
- name : run apisix-dashboard packaging test
53
54
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
55
56
56
57
- name : Run centos7 docker and mapping rpm into container
57
58
run : |
Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
timeout-minutes : 60
21
21
env :
22
- DASHBOARD_VERSION : " 2.13"
22
+ DASHBOARD_VERSION : " 2.13.1"
23
+ DASHBOARD_BRANCH : " release/2.13"
23
24
services :
24
25
etcd :
25
26
image : bitnami/etcd:3.4.0
@@ -41,13 +42,13 @@ jobs:
41
42
42
43
- name : run apisix-dashboard(-remote) packaging test
43
44
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 } \
45
46
image_base=centos image_tag=7 artifact=apisix-dashboard-remote
46
47
47
48
- name : run apisix-dashboard(-local) packaging test
48
49
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 } \
51
52
image_base=centos image_tag=7 local_code_path=./apisix-dashboard artifact=apisix-dashboard-local
52
53
53
54
- name : Run centos7 docker and mapping rpm into container
@@ -102,7 +103,7 @@ jobs:
102
103
runs-on : ubuntu-latest
103
104
needs : build
104
105
env :
105
- DASHBOARD_VERSION : " 2.13"
106
+ DASHBOARD_VERSION : " 2.13.1 "
106
107
services :
107
108
etcd :
108
109
image : bitnami/etcd:3.4.0
Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
timeout-minutes : 60
21
21
env :
22
- DASHBOARD_VERSION : " 2.13"
22
+ DASHBOARD_VERSION : " 2.13.1"
23
+ DASHBOARD_BRANCH : " release/2.13"
23
24
services :
24
25
etcd :
25
26
image : bitnami/etcd:3.4.0
41
42
42
43
- name : run apisix-dashboard packaging test
43
44
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
45
46
46
47
- name : Run centos8 docker and mapping rpm into container
47
48
run : |
You can’t perform that action at this time.
0 commit comments