From 3756c2c9dbd96e340cbdf0f1cb19b34d2fe650b6 Mon Sep 17 00:00:00 2001 From: Odilon Sousa Date: Thu, 14 Dec 2023 09:19:54 -0300 Subject: [PATCH] Unbreak Pulp Nightly pipelines --- build_stage_repository | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_stage_repository b/build_stage_repository index 5c31ac9..371f421 100755 --- a/build_stage_repository +++ b/build_stage_repository @@ -59,7 +59,7 @@ def comps(collection, version, dist, foreman_version): repo = 'candlepin-packaging' elif collection == 'pulpcore': repo = 'pulpcore-packaging' - branch = version + branch = 'develop' if version == 'nightly' else version if collection == 'client' and dist == 'el7': dist = 'rhel7'