Skip to content

Commit

Permalink
fix: s3 CLI command fix (#1149)
Browse files Browse the repository at this point in the history
  • Loading branch information
SanketD92 authored Mar 15, 2023
1 parent f460382 commit 3a70970
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 3a70970

Please sign in to comment.