We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8b9885 commit 690dbc4Copy full SHA for 690dbc4
AmplifyPlugins/Storage/Tests/StorageHostApp/copy_configuration.sh
@@ -25,6 +25,13 @@ else
25
touch "$DESTINATION_DIR/amplifyconfiguration.json"
26
fi
27
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
34
+
35
if [ -f "$SOURCE_DIR/AWSS3StoragePluginTests-amplify_outputs.json" ]; then
36
cp "$SOURCE_DIR/AWSS3StoragePluginTests-amplify_outputs.json" "$DESTINATION_DIR/amplify_outputs.json"
37
exit 0
0 commit comments