Skip to content

Commit

Permalink
ci: upload_rpm must match all other upload rules
Browse files Browse the repository at this point in the history
  • Loading branch information
kofemann committed Aug 29, 2023
1 parent af9a96c commit 2b83b2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Expand Up @@ -228,6 +228,7 @@ upload_rpm:
image: almalinux:8
dependencies:
- sign_rpm
extends: .upload_rules
script:
- RPM_NAME=`ls packages/fhs/target/rpmbuild/RPMS/noarch/ | grep dcache`
- VERSION=`echo $RPM_NAME | cut -d'-' -f 2 | cut -d'.' -f 1,2`
Expand Down

0 comments on commit 2b83b2c

Please sign in to comment.