From 2cb0244a5fcdff5804a686b6e21775f6506888da Mon Sep 17 00:00:00 2001 From: soufianerafik Date: Fri, 17 Jan 2025 09:03:40 -0800 Subject: [PATCH] fix(ci): Fix associated script not found error --- .github/workflows/deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ee8014a..c6d9048 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -81,7 +81,6 @@ jobs: source_stage=dev ;; esac - ./scripts/install-build-scripts.sh target_version=$(./scripts/get-deployed-version.sh -s ${target_stage}) if [[ "${source_stage}" == "poetry" ]]