Skip to content

Commit

Permalink
use stagingyum as staging_source for Foreman 3.9+ / Katello 4.11+
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni authored and ekohl committed Dec 1, 2023
1 parent edbcc22 commit 996e8bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipelines/vars/repos_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ katello_repositories_environment: staging
katello_repositories_pulp_release: stable
foreman_repositories_environment: staging
foreman_client_repositories_environment: staging
foreman_repositories_staging_source: "{{ 'stagingyum' if pipeline_version == 'nightly' else 'koji' }}"
katello_repositories_staging_source: "{{ 'stagingyum' if pipeline_version == 'nightly' else 'koji' }}"
foreman_repositories_staging_source: "{{ 'stagingyum' if (pipeline_version == 'nightly' or pipeline_version is version('3.9', '>=')) else 'koji' }}"
katello_repositories_staging_source: "{{ 'stagingyum' if (pipeline_version == 'nightly' or pipeline_version is version('4.11', '>=')) else 'koji' }}"

0 comments on commit 996e8bd

Please sign in to comment.