From a425e8acb9c65cfead3f7037da4676d7041b07ac Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Wed, 5 Jun 2024 07:21:16 +0200 Subject: [PATCH] use correct vars for pulpcore repoclosure Fixes: cdfad4759b0f0e17cc8509b275fdcb34f8ff9bb1 --- theforeman.org/pipelines/release/pipelines/pulpcore.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {