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 690dbc4 commit ad06953Copy full SHA for ad06953
AmplifyPlugins/Storage/Tests/StorageHostApp/copy_configuration.sh
@@ -27,19 +27,15 @@ 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
+else
32
touch "$DESTINATION_DIR/amplifyconfiguration.json"
33
fi
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
38
else
39
touch "$DESTINATION_DIR/amplify_outputs.json"
40
41
42
-
43
44
exit 0
45
0 commit comments