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.
2 parents 9e1da10 + 690dbc4 commit 45bd603Copy full SHA for 45bd603
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