diff --git a/theforeman.org/pipelines/release/pipelines/pulpcore.groovy b/theforeman.org/pipelines/release/pipelines/pulpcore.groovy index 0112c58e..ca97e5b7 100644 --- a/theforeman.org/pipelines/release/pipelines/pulpcore.groovy +++ b/theforeman.org/pipelines/release/pipelines/pulpcore.groovy @@ -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 {