xxx
infra/dch-autoprovision/pipeline/head This commit looks good Details

Dustin 2025-08-14 08:18:26 -05:00
parent 73d1ddfbed
commit 8cf97f2878
1 changed files with 1 additions and 1 deletions

2
ci/Jenkinsfile vendored
View File

@ -43,7 +43,7 @@ pipeline {
steps { steps {
sh '. ci/build.sh' sh '. ci/build.sh'
script { script {
if (env.BRANCH_NAME == 'master') { if (env.BRANCH_NAME == 'dev/ci') {
withCredentials([ withCredentials([
file( file(
credentialsId: 'rpm-gpg-key', credentialsId: 'rpm-gpg-key',