File tree Expand file tree Collapse file tree 3 files changed +0
-25
lines changed
Expand file tree Collapse file tree 3 files changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,6 @@ build [Oracle Linux 8]:
77 extends : .build
88 variables : { DOCKER_TAG: ol8 }
99
10- build [CentOS Stream 8] :
11- extends : .build
12- variables : { DOCKER_TAG: centos8 }
13-
1410build [Oracle Linux 9] :
1511 extends : .build
1612 variables : { DOCKER_TAG: ol9 }
@@ -34,10 +30,6 @@ rpmbuild [Oracle Linux 8]:
3430 extends : .rpmbuild
3531 variables : { DOCKER_TAG: ol8 }
3632
37- rpmbuild [CentOS Stream 8] :
38- extends : .rpmbuild
39- variables : { DOCKER_TAG: centos8 }
40-
4133rpmbuild [Oracle Linux 9] :
4234 extends : .rpmbuild
4335 variables : { DOCKER_TAG: ol9 }
Original file line number Diff line number Diff line change @@ -11,13 +11,6 @@ docker [Oracle Linux 8]:
1111 OS_RELEASE : " 8"
1212 DOCKER_TAG : " ol8"
1313
14- docker [CentOS Stream 8] :
15- extends : .docker
16- variables :
17- OS_DISTRO : " quay.io/centos/centos"
18- OS_RELEASE : " stream8"
19- DOCKER_TAG : " centos8"
20-
2114docker [Oracle Linux 9] :
2215 extends : .docker
2316 variables :
@@ -37,11 +30,6 @@ docker-rebuild [Oracle Linux 8]:
3730 variables : { DOCKER_OPTS: --no-cache }
3831 when : manual
3932
40- docker-rebuild [CentOS Stream 8] :
41- extends : " docker [CentOS Stream 8]"
42- variables : { DOCKER_OPTS: --no-cache }
43- when : manual
44-
4533docker-rebuild [Oracle Linux 9] :
4634 extends : " docker [Oracle Linux 9]"
4735 variables : { DOCKER_OPTS: --no-cache }
Original file line number Diff line number Diff line change @@ -10,11 +10,6 @@ install [Oracle Linux 8]:
1010 needs : ["rpmbuild [Oracle Linux 8]"]
1111 variables : { DOCKER_TAG: ol8 }
1212
13- install [CentOS Stream 8] :
14- extends : .install
15- needs : ["rpmbuild [CentOS Stream 8]"]
16- variables : { DOCKER_TAG: centos8 }
17-
1813install [Oracle Linux 9] :
1914 extends : .install
2015 needs : ["rpmbuild [Oracle Linux 9]"]
You can’t perform that action at this time.
0 commit comments