From f34ea12755287ac57b761f2a31e22bbf64702224 Mon Sep 17 00:00:00 2001 From: Anurag Mittal Date: Sat, 2 Nov 2024 07:48:02 +0100 Subject: [PATCH] fixup --- .github/workflows/ci-e2e.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-e2e.yml b/.github/workflows/ci-e2e.yml index da0d31e..7e1c0c9 100644 --- a/.github/workflows/ci-e2e.yml +++ b/.github/workflows/ci-e2e.yml @@ -40,9 +40,8 @@ jobs: - name: Setup COSI-Driver run: | pwd - chmod +x ./setup_cosi_driver.sh - ./setup_cosi_driver.sh - working-directory: .github/scripts + chmod +x .github/scripts/setup_cosi_driver.sh + .github/scripts/setup_cosi_driver.sh - name: Setup IAM and S3 Services run: |-