Skip to content

Commit

Permalink
Fix typo when executing opm render
Browse files Browse the repository at this point in the history
  • Loading branch information
vkmc committed Jul 8, 2024
1 parent d6a51df commit 1050227
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/stf-run-ci/tasks/create_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
- name: Get STO bundle operator bundle version
ansible.builtin.shell:
cmd: "{{ base_dir }}/working/opm render {{ __service_telemetry_bundle_image_path }} | jq .name | split('.', 1)"
register: sto_operator_bundle_version
register: sto_operator_bundle_version

- name: Get SGO bundle operator bundle version
ansible.builtin.shell:
cmd: "{{ base_dir }}/working/opm render {{ __smart_gateway_bundle_image_path }} | jq .name | split('.', 1)"
register: sgo_operator_bundle_version
register: sgo_operator_bundle_version

- name: Set info variables from provided pre-built bundles
ansible.builtin.set_fact:
Expand Down

0 comments on commit 1050227

Please sign in to comment.