Skip to content

Commit

Permalink
ci: use minimal almalinux-9 to upload packages
Browse files Browse the repository at this point in the history
(cherry picked from commit 3b7789d)
Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
  • Loading branch information
kofemann committed Feb 19, 2024
1 parent 453fa40 commit 861b5a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Expand Up @@ -251,7 +251,7 @@ install_rpm:

upload_rpm:
stage: upload
image: almalinux:8
image: almalinux:9-minimal
dependencies:
- sign_rpm
extends: .upload_rules
Expand All @@ -262,7 +262,7 @@ upload_rpm:

upload_srm_client_rpm:
stage: upload
image: almalinux:8
image: almalinux:9-minimal
dependencies:
- sign_srm_client_rpm
extends: .upload_rules
Expand All @@ -273,7 +273,7 @@ upload_srm_client_rpm:

upload_deb:
stage: upload
image: almalinux:8
image: almalinux:9-minimal
dependencies:
- sign_deb
extends: .upload_rules
Expand All @@ -284,7 +284,7 @@ upload_deb:

upload_tar:
stage: upload
image: almalinux:8
image: almalinux:9-minimal
dependencies:
- tar
extends: .upload_rules
Expand Down

0 comments on commit 861b5a1

Please sign in to comment.