Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fredtsun committed Jan 4, 2024
1 parent 725a370 commit ff42898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circleci/integration-test
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ download_test_artifacts(){
do
S3_BUCKET="frontend-to-end-tester-files-dev"
S3_ARTIFACTS_KEY="${workflowID}/artifacts.zip"
S3_BUCKET_URL="s3://${S3_BUCKET_URL}/${S3_ARTIFACTS_KEY}"
S3_BUCKET_URL="s3://${S3_BUCKET}/${S3_ARTIFACTS_KEY}"
# TODO we probably at some point want to separate out the integration test script from the artifacts download
# that way when we want to use i-t-s for other tests besides fe2e, we can still use this script
NOT_EXIST=$(aws s3api head-object --profile ${AWS_S3_PROFILE} --bucket ${S3_BUCKET} --key ${S3_ARTIFACTS_KEY} >/dev/null 2>1; echo $?)
Expand Down

0 comments on commit ff42898

Please sign in to comment.