Skip to content
Snippets Groups Projects
Commit 044d4675 authored by Mihai Patrascoiu's avatar Mihai Patrascoiu
Browse files

CI: Rename "centos-stream9" to "cs9"

parent 6994edb6
No related branches found
No related tags found
No related merge requests found
Pipeline #4276215 passed
...@@ -32,7 +32,7 @@ centos8: ...@@ -32,7 +32,7 @@ centos8:
image: gitlab-registry.cern.ch/linuxsupport/c8-base image: gitlab-registry.cern.ch/linuxsupport/c8-base
<<: *build-template_definition <<: *build-template_definition
centos-stream9: cs9:
image: gitlab-registry.cern.ch/linuxsupport/cs9-base image: gitlab-registry.cern.ch/linuxsupport/cs9-base
<<: *build-template_definition <<: *build-template_definition
...@@ -60,7 +60,7 @@ fedora-rawhide: ...@@ -60,7 +60,7 @@ fedora-rawhide:
dependencies: dependencies:
- cc7 - cc7
- centos8 - centos8
- centos-stream9 - cs9
- fedora-34 - fedora-34
- fedora-35 - fedora-35
- fedora-rawhide - fedora-rawhide
...@@ -70,7 +70,7 @@ fedora-rawhide: ...@@ -70,7 +70,7 @@ fedora-rawhide:
- cat "$repo_passwd" | kinit "$repo_user" - cat "$repo_passwd" | kinit "$repo_user"
- eosfusebind - eosfusebind
- | - |
for platform in cc7 centos8 centos-stream9 fedora-34 fedora-35 fedora-rawhide; do for platform in cc7 centos8 cs9 fedora-34 fedora-35 fedora-rawhide; do
if [[ "${platform}" == "fedora-rawhide" ]] && [[ ! -d ${platform} ]] ; then if [[ "${platform}" == "fedora-rawhide" ]] && [[ ! -d ${platform} ]] ; then
echo "Skipping ${platform} packages..." ; echo "Skipping ${platform} packages..." ;
continue ; continue ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment