Skip to content

Commit

Permalink
Fix pipeline_type in pulpcore pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed Mar 17, 2024
1 parent 1e46ed7 commit d39f3e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pipelines/pulpcore/02-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
become: True
vars_files:
- ../vars/install_base.yml
- ../vars/forklift_{{ pipeline_type }}.yml
- ../vars/forklift_pulpcore.yml
environment:
DJANGO_SETTINGS_MODULE: pulpcore.app.settings
pre_tasks:
Expand Down
2 changes: 1 addition & 1 deletion pipelines/pulpcore/03-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
- "{{ forklift_name }}"
vars_files:
- ../vars/install_base.yml
- ../vars/forklift_{{ pipeline_type }}.yml
- ../vars/forklift_pulpcore.yml
roles:
- role: pulp.pulp_installer.pulp_health_check
when:
Expand Down

0 comments on commit d39f3e8

Please sign in to comment.