Skip to content

Commit

Permalink
Use pipeline_version for Pulpcore to determine which repository to de…
Browse files Browse the repository at this point in the history
…ploy from
  • Loading branch information
ehelms authored and Odilhao committed Oct 31, 2023
1 parent 6860b34 commit 00d45cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/pulpcore/02-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
environment:
DJANGO_SETTINGS_MODULE: pulpcore.app.settings
pre_tasks:
- when: pulpcore_staging_source != 'nightly'
- when: pipeline_version != 'nightly'
set_fact:
pulp_pkg_repo: "http://koji.katello.org/releases/yum/pulpcore-{{ pipeline_version }}/el{{ ansible_distribution_major_version }}/$basearch/"
- when: pipeline_version == 'nightly'
Expand Down

0 comments on commit 00d45cc

Please sign in to comment.