Try renaming

This commit is contained in:
Henrik Triem 2022-01-10 15:37:35 +01:00
parent 66e93a506c
commit 8023ad5bc9

View File

@ -49,19 +49,19 @@ variables:
###################################
# EPEL
###################################
build/centos/6:
build/rhel/6:
<<: *build
variables:
DOCKER_IMAGE: centos/6
DOCKER_IMAGE: rhel/6
test/centos/6:
test/rhel/6:
<<: *test
variables:
DOCKER_IMAGE: centos/6
DOCKER_IMAGE: rhel/6
dependencies:
- build/centos/6
- build/rhel/6
upload/epel/6:
upload/rhel/6:
<<: *upload
dependencies:
- build/centos/6
- build/rhel/6