Skip to content

Commit

Permalink
Change eco-validation vars to point to fork
Browse files Browse the repository at this point in the history
  • Loading branch information
nocturnalastro committed Jan 17, 2025
1 parent 4ac7dee commit 43f7c5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playbooks/run_compliance_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
hosts: robot
gather_facts: true
vars:
eco_validation_repo: https://github.com/openshift-kni/eco-validation
eco_validation_repo_version: "{{ omit }}" # default to latest
eco_validation_repo: https://github.com/nocturnalastro/eco-validation
eco_validation_repo_version: "o2ims_compliance_tests"
tasks:
- name: Clone eco-validation
ansible.builtin.git:
Expand Down

0 comments on commit 43f7c5f

Please sign in to comment.