We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f1b41e commit 46bc8b0Copy full SHA for 46bc8b0
.gitlab-ci.yml
@@ -2,7 +2,7 @@ variables:
2
# older versions of git have issues fetching.
3
GIT_STRATEGY: clone
4
OOD_PACKAGING_DEBUG: 'true'
5
- OOD_PACKAGING_GPG_PRIVATE_KEY: /systems/osc_certs/gpg/ondemand/ondemand.sec
+ OOD_PACKAGING_GPG_PRIVATE_KEY: /systems/osc_certs/gpg/ondemand/ondemand-sha512.sec
6
OOD_PACKAGING_GPG_PASSPHRASE: /systems/osc_certs/gpg/ondemand/.gpgpass
7
OOD_PACKAGING_RELEASE: '4.0'
8
@@ -24,6 +24,8 @@ rpm-build:
24
parallel:
25
matrix:
26
- OOD_PACKAGING_DIST: [el8]
27
+ OOD_PACKAGING_GPG_PRIVATE_KEY: /systems/osc_certs/gpg/ondemand/ondemand.sec
28
+ - OOD_PACKAGING_DIST: [el9]
29
artifacts:
30
paths:
31
- tmp/output
0 commit comments