mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
Gitlab CI: Drop CentOS 6 test build as unsupported.
If someone wants to maintain BIRD for CentOS 6, feel free to send patches.
This commit is contained in:
parent
e1ac6f1e30
commit
d638c1794a
@ -79,11 +79,6 @@ docker_fedora-26-amd64:
|
|||||||
IMG_NAME: "fedora-26-amd64"
|
IMG_NAME: "fedora-26-amd64"
|
||||||
<<: *docker_build
|
<<: *docker_build
|
||||||
|
|
||||||
docker_centos-6-amd64:
|
|
||||||
variables:
|
|
||||||
IMG_NAME: "centos-6-amd64"
|
|
||||||
<<: *docker_build
|
|
||||||
|
|
||||||
docker_centos-7-amd64:
|
docker_centos-7-amd64:
|
||||||
variables:
|
variables:
|
||||||
IMG_NAME: "centos-7-amd64"
|
IMG_NAME: "centos-7-amd64"
|
||||||
@ -174,13 +169,6 @@ docker_ubuntu-16_04-amd64:
|
|||||||
- linux
|
- linux
|
||||||
- amd64
|
- amd64
|
||||||
|
|
||||||
.centos-6-amd64: ¢os-6-amd64_env
|
|
||||||
image: registry.labs.nic.cz/labs/bird:centos-6-amd64
|
|
||||||
tags:
|
|
||||||
- docker
|
|
||||||
- linux
|
|
||||||
- amd64
|
|
||||||
|
|
||||||
.centos-7-amd64: ¢os-7-amd64_env
|
.centos-7-amd64: ¢os-7-amd64_env
|
||||||
image: registry.labs.nic.cz/labs/bird:centos-7-amd64
|
image: registry.labs.nic.cz/labs/bird:centos-7-amd64
|
||||||
tags:
|
tags:
|
||||||
@ -264,10 +252,6 @@ build-fedora-26-amd64:
|
|||||||
<<: *fedora-26-amd64_env
|
<<: *fedora-26-amd64_env
|
||||||
<<: *build_job
|
<<: *build_job
|
||||||
|
|
||||||
build-centos-6-amd64:
|
|
||||||
<<: *centos-6-amd64_env
|
|
||||||
<<: *build_job
|
|
||||||
|
|
||||||
build-centos-7-amd64:
|
build-centos-7-amd64:
|
||||||
<<: *centos-7-amd64_env
|
<<: *centos-7-amd64_env
|
||||||
<<: *build_job
|
<<: *build_job
|
||||||
|
Loading…
Reference in New Issue
Block a user