Skip to content

Commit

Permalink
Merge pull request #134 from Clever/fix1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
fredtsun authored Jan 4, 2024
2 parents 725a370 + ff42898 commit 5235ba3
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 5235ba3

Please sign in to comment.