Skip to content

Commit 46bc8b0

Browse files
authored
support el9 (#157)
1 parent 3f1b41e commit 46bc8b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ variables:
22
# older versions of git have issues fetching.
33
GIT_STRATEGY: clone
44
OOD_PACKAGING_DEBUG: 'true'
5-
OOD_PACKAGING_GPG_PRIVATE_KEY: /systems/osc_certs/gpg/ondemand/ondemand.sec
5+
OOD_PACKAGING_GPG_PRIVATE_KEY: /systems/osc_certs/gpg/ondemand/ondemand-sha512.sec
66
OOD_PACKAGING_GPG_PASSPHRASE: /systems/osc_certs/gpg/ondemand/.gpgpass
77
OOD_PACKAGING_RELEASE: '4.0'
88

@@ -24,6 +24,8 @@ rpm-build:
2424
parallel:
2525
matrix:
2626
- OOD_PACKAGING_DIST: [el8]
27+
OOD_PACKAGING_GPG_PRIVATE_KEY: /systems/osc_certs/gpg/ondemand/ondemand.sec
28+
- OOD_PACKAGING_DIST: [el9]
2729
artifacts:
2830
paths:
2931
- tmp/output

0 commit comments

Comments
 (0)