Skip to content

Commit

Permalink
Use stagingyum for Pulpcore nightly pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed Oct 31, 2023
1 parent 1962661 commit 6c4e150
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipelines/pulpcore/02-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
environment:
DJANGO_SETTINGS_MODULE: pulpcore.app.settings
pre_tasks:
- when: pulpcore_staging_source != 'stagingyum'
- when: pulpcore_staging_source != 'nightly'
set_fact:
pulp_pkg_repo: "http://koji.katello.org/releases/yum/pulpcore-{{ pipeline_version }}/el{{ ansible_distribution_major_version }}/$basearch/"
- when: pulpcore_staging_source == 'stagingyum'
- when: pipeline_version == 'nightly'
set_fact:
pulp_pkg_repo: "https://stagingyum.theforeman.org/pulpcore/{{ pipeline_version }}/el{{ ansible_distribution_major_version }}/$basearch/"
roles:
Expand Down

0 comments on commit 6c4e150

Please sign in to comment.