From 62b97c82039eb54c996578534c2541309e3d468d Mon Sep 17 00:00:00 2001 From: arslanhaiderbuttar <83570904+arslanhaiderbuttar@users.noreply.github.com> Date: Mon, 22 Aug 2022 22:20:31 +0500 Subject: [PATCH] fix: changed the download paths for s3 in CI workflows (#16194) --- .github/workflows/integration-tests-command.yml | 2 +- .github/workflows/test-build-docker-image.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-tests-command.yml b/.github/workflows/integration-tests-command.yml index f038b1e2cf..03f79280cf 100644 --- a/.github/workflows/integration-tests-command.yml +++ b/.github/workflows/integration-tests-command.yml @@ -567,7 +567,7 @@ jobs: with: command: cp source: s3://ci-assets--appsmith/ - destination: /home/runner/work/appsmithArslan/appsmithArslan/fatcontainerlocal/oldstack + destination: /home/runner/work/appsmith/appsmith/fatcontainerlocal/oldstack aws_access_key_id: ${{ secrets.S3_CI_ASSETS_ACCESS_KEY_ID }} aws_secret_access_key: ${{ secrets.S3_CI_ASSETS_SECRET_ACCESS_KEY }} aws_region: ap-south-1 diff --git a/.github/workflows/test-build-docker-image.yml b/.github/workflows/test-build-docker-image.yml index 10fa7b8ec6..d5c4fc037b 100644 --- a/.github/workflows/test-build-docker-image.yml +++ b/.github/workflows/test-build-docker-image.yml @@ -551,7 +551,7 @@ jobs: with: command: cp source: s3://ci-assets--appsmith/ - destination: /home/runner/work/appsmithArslan/appsmithArslan/fatcontainerlocal/oldstack + destination: /home/runner/work/appsmith/appsmith/fatcontainerlocal/oldstack aws_access_key_id: ${{ secrets.S3_CI_ASSETS_ACCESS_KEY_ID }} aws_secret_access_key: ${{ secrets.S3_CI_ASSETS_SECRET_ACCESS_KEY }} aws_region: ap-south-1