Skip to content

Commit

Permalink
test(storage): fix copy_configuration script for stress test (#3639)
Browse files Browse the repository at this point in the history
  • Loading branch information
lawmicha authored Apr 25, 2024
1 parent ad06953 commit 038733f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ mkdir -p "$DESTINATION_DIR"

if [ -f "$SOURCE_DIR/AWSAmplifyStressTests-amplifyconfiguration.json" ]; then
cp "$SOURCE_DIR/AWSAmplifyStressTests-amplifyconfiguration.json" "$DESTINATION_DIR/amplifyconfiguration.json"
touch "$DESTINATION_DIR/amplify_outputs.json"
exit 0
else
touch "$DESTINATION_DIR/amplifyconfiguration.json"
fi

if [ -f "$SOURCE_DIR/AWSS3StoragePluginTests-amplifyconfiguration.json" ]; then
Expand Down

0 comments on commit 038733f

Please sign in to comment.