Skip to content

Commit

Permalink
mount s3 url as env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mekhlakapoor committed Aug 2, 2024
1 parent 12816c2 commit 0cff079
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
AWS_METADATA_MAPPER_ROLE: ${{ secrets.AWS_METADATA_MAPPER_ROLE_DEV }}
AWS_METADATA_MAPPER_BUCKET: ${{ vars.AWS_METADATA_MAPPER_BUCKET_DEV }}
AWS_REGION: ${{ vars.AWS_REGION_DEV }}
MOUNT_S3_URL: ${{ vars.MOUNT_S3_URL }}
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
Expand All @@ -32,7 +33,7 @@ jobs:
aws-region: ${{ env.AWS_REGION }}
- name: install mountpoint-s3
run: |
wget https://s3.amazonaws.com/mountpoint-s3-release/latest/x86_64/mount-s3.deb
wget $MOUNT_S3_URL
sudo apt-get update
sudo apt-get install ./mount-s3.deb
- name: mount s3 bucket
Expand Down

0 comments on commit 0cff079

Please sign in to comment.