Skip to content

Commit

Permalink
use correct vars for pulpcore repoclosure
Browse files Browse the repository at this point in the history
Fixes: cdfad47
  • Loading branch information
evgeni committed Jun 5, 2024
1 parent 219fdf7 commit a425e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theforeman.org/pipelines/release/pipelines/pulpcore.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pipeline {
stage('staging-repoclosure') {
steps {
script {
parallel repoclosures('pulpcore-staging', foreman_el_releases, foreman_version)
parallel repoclosures('pulpcore-staging', pulpcore_distros, pulpcore_version)
}
}
post {
Expand Down

0 comments on commit a425e8a

Please sign in to comment.