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 913944e commit 61b552d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ k8s_deploy:

upload_rpm:
stage: upload
image: almalinux:8
image: almalinux:9-minimal
dependencies:
- sign_rpm
rules:
Expand All @@ -226,7 +226,7 @@ upload_rpm:

upload_srm_client_rpm:
stage: upload
image: almalinux:8
image: almalinux:9-minimal
dependencies:
- sign_srm_client_rpm
rules:
Expand All @@ -238,7 +238,7 @@ upload_srm_client_rpm:

upload_deb:
stage: upload
image: almalinux:8
image: almalinux:9-minimal
dependencies:
- sign_deb
rules:
Expand All @@ -250,7 +250,7 @@ upload_deb:

upload_tar:
stage: upload
image: almalinux:8
image: almalinux:9-minimal
dependencies:
- tar
rules:
Expand Down

0 comments on commit 61b552d

Please sign in to comment.