Skip to content

Commit

Permalink
apply single-demo fix to multi-demo JT (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
jce-redhat authored Oct 28, 2024
1 parent fbb6d95 commit 0f1e482
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: end-of-file-fixer
exclude: rhel[89]STIG/.*$

- id: trailing-whitespace
exclude: rhel[89]STIG/.*$

Expand Down
2 changes: 0 additions & 2 deletions common/setup.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
controller_execution_environments:
- name: product-demos
image: quay.io/acme_corp/product-demos-ee:latest
- name: Cloud Services Execution Environment
image: quay.io/scottharwell/cloud-ee:latest

Expand Down
2 changes: 2 additions & 0 deletions multi_select_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@
- name: Default Components
ansible.builtin.include_role:
name: "infra.controller_configuration.job_launch"
vars:
controller_dependency_check: false # noqa: var-naming[no-role-prefix]

0 comments on commit 0f1e482

Please sign in to comment.