Skip to content

Commit

Permalink
[stf-run-ci] Update chdir for getting operator-sdk
Browse files Browse the repository at this point in the history
Add base_dir so that operator-sdk is in the expected location
  • Loading branch information
elfiesmelfie committed Jun 27, 2023
1 parent be2bda0 commit 843acb5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/stf-run-ci/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@

- name: Get new operator sdk
when: __local_build_enabled | bool or __deploy_from_bundles_enabled | bool or __deploy_from_index_enabled | bool
command: "{{ base_dir }}/get_new_operator_sdk.sh {{ new_operator_sdk_version }}"
command:
cmd: "./get_new_operator_sdk.sh {{ new_operator_sdk_version }}"
chdir: "{{ base_dir }}"

# -- create artifacts
- when: __local_build_enabled | bool
Expand Down

0 comments on commit 843acb5

Please sign in to comment.