From be2bda02015bb92807d34e63e7cffcb7f90ab409 Mon Sep 17 00:00:00 2001 From: Emma Foley Date: Mon, 26 Jun 2023 20:23:02 +0100 Subject: [PATCH] Update operator-sdk-location --- build/stf-run-ci/tasks/setup_stf_local_build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/build/stf-run-ci/tasks/setup_stf_local_build.yml b/build/stf-run-ci/tasks/setup_stf_local_build.yml index eb92a4db3..6bd581b08 100644 --- a/build/stf-run-ci/tasks/setup_stf_local_build.yml +++ b/build/stf-run-ci/tasks/setup_stf_local_build.yml @@ -8,7 +8,6 @@ shell: chdir: "{{ base_dir }}/working/smart-gateway-operator/build" cmd: | - OPERATOR_SDK="{{ base_dir }}/working/operator-sdk" \ WORKING_DIR="{{ base_dir }}/working/smart-gateway-operator-bundle" \ RELATED_IMAGE_CORE_SMARTGATEWAY={{ sg_core_image_path | parse_image | quote }} \ RELATED_IMAGE_BRIDGE_SMARTGATEWAY={{ sg_bridge_image_path | parse_image | quote }} \