fix: changed the download paths for s3 in CI workflows (#16194)
This commit is contained in:
parent
46e368afa9
commit
62b97c8203
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user