Skip to content

Commit

Permalink
Merge pull request #192 from redhatci/i191_opm_path
Browse files Browse the repository at this point in the history
Use downloaded opm in prune role
  • Loading branch information
betoredhat authored Mar 8, 2024
2 parents 62f6c5e + 336967b commit 15a78c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/prune_catalog/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
cmd: >
set -x;
{{ opm_auths }}
opm render {{ pc_source_catalog }} >
{{ pc_opm_cmd }} render {{ pc_source_catalog }} >
index-packages
register: prune_result
changed_when: prune_result.rc == 0
Expand Down Expand Up @@ -110,7 +110,7 @@

- name: "Validate the pruned index"
ansible.builtin.shell: |
opm validate configs/
{{ pc_opm_cmd }} validate configs/
args:
chdir: "{{ pc_tmp_dir }}"
register: validate_result
Expand Down

0 comments on commit 15a78c9

Please sign in to comment.