Skip to content

Commit

Permalink
[gitlab-ci] Added el-7 artifacts for RPM publishing to work
Browse files Browse the repository at this point in the history
  • Loading branch information
ccaffy committed Aug 21, 2024
1 parent ff6a543 commit 70c82d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ el-7:
- mkdir -p ${CI_JOB_NAME}_artifacts
- cp --recursive rpmbuild/SRPMS/ ${CI_JOB_NAME}_artifacts
- cp --recursive rpmbuild/RPMS/ ${CI_JOB_NAME}_artifacts
artifacts:
paths:
- ${CI_JOB_NAME}_artifacts
expire_in: 1 week

el-8:
image: gitlab-registry.cern.ch/linuxsupport/alma8-base
variables:
Expand Down

0 comments on commit 70c82d7

Please sign in to comment.