Skip to content

Commit

Permalink
Unbreak Pulp Nightly pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Odilhao committed Dec 14, 2023
1 parent 63629dd commit 51b8ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_stage_repository
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 51b8ac7

Please sign in to comment.