diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index 4683d30..1f59611 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -43,7 +43,7 @@ pipeline { steps { sh '. ci/build.sh' script { - if (env.BRANCH_NAME == 'master') { + if (env.BRANCH_NAME == 'dev/ci') { withCredentials([ file( credentialsId: 'rpm-gpg-key',