Skip to content

Commit

Permalink
Revert "Get opm for getting bundles information"
Browse files Browse the repository at this point in the history
This reverts commit 642df50.
  • Loading branch information
vkmc committed Jul 8, 2024
1 parent cceff90 commit 404afe9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
16 changes: 0 additions & 16 deletions build/get_opm.sh

This file was deleted.

7 changes: 0 additions & 7 deletions build/stf-run-ci/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,6 @@
creates: "{{ base_dir }}/working/operator-sdk-{{ operator_sdk_v1 }}"
chdir: "{{ base_dir }}"

- name: Get opm (deploy from index with pre-built bundles)
when: __deploy_from_bundles_enabled | bool and __deploy_from_index_enabled | bool
ansible.builtin.command:
cmd: "{{ base_dir }}/get_opm.sh {{ ocp_version }}"
creates: "{{ base_dir }}/working/opm-{{ ocp_version }}"
chdir: "{{ base_dir }}"

- name: Set logfile_dir
when: not (logfile_dir is defined)
ansible.builtin.set_fact:
Expand Down

0 comments on commit 404afe9

Please sign in to comment.