Skip to content

Commit

Permalink
Merge 2ff2998 into f460382
Browse files Browse the repository at this point in the history
  • Loading branch information
SanketD92 authored Mar 15, 2023
2 parents f460382 + 2ff2998 commit cf2b162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if [ -e "${CONFIG_TARGET_PATH}" ]; then
echo "Already present; not overwriting!"
else
echo "Not present; checking if present in S3"
aws s3api head-object --bucket $DEPLOYMENT_BUCKET --key "integration-test/$ENV_NAME.yml" --no-cli-pager --region $REGION || TEST_CONFIG_EXISTS=false
aws s3api head-object --bucket $DEPLOYMENT_BUCKET --key "integration-test/$ENV_NAME.yml" --region $REGION || TEST_CONFIG_EXISTS=false

if [ "$TEST_CONFIG_EXISTS" == true ]; then
echo "Test config found! Downloading from ${CONFIG_S3_PATH}"
Expand Down

0 comments on commit cf2b162

Please sign in to comment.