Skip to content

Commit 45bd603

Browse files
committed
chore: merge from main
2 parents 9e1da10 + 690dbc4 commit 45bd603

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

AmplifyPlugins/Storage/Tests/StorageHostApp/copy_configuration.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ else
2525
touch "$DESTINATION_DIR/amplifyconfiguration.json"
2626
fi
2727

28+
if [ -f "$SOURCE_DIR/AWSS3StoragePluginTests-amplifyconfiguration.json" ]; then
29+
cp "$SOURCE_DIR/AWSS3StoragePluginTests-amplifyconfiguration.json" "$DESTINATION_DIR/amplifyconfiguration.json"
30+
exit 0
31+
fi
32+
touch "$DESTINATION_DIR/amplifyconfiguration.json"
33+
fi
34+
2835
if [ -f "$SOURCE_DIR/AWSS3StoragePluginTests-amplify_outputs.json" ]; then
2936
cp "$SOURCE_DIR/AWSS3StoragePluginTests-amplify_outputs.json" "$DESTINATION_DIR/amplify_outputs.json"
3037
exit 0

0 commit comments

Comments
 (0)