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 ad06953 commit 038733fCopy full SHA for 038733f
AmplifyPlugins/Storage/Tests/StorageHostApp/copy_configuration.sh
@@ -20,9 +20,8 @@ mkdir -p "$DESTINATION_DIR"
20
21
if [ -f "$SOURCE_DIR/AWSAmplifyStressTests-amplifyconfiguration.json" ]; then
22
cp "$SOURCE_DIR/AWSAmplifyStressTests-amplifyconfiguration.json" "$DESTINATION_DIR/amplifyconfiguration.json"
23
+ touch "$DESTINATION_DIR/amplify_outputs.json"
24
exit 0
-else
25
- touch "$DESTINATION_DIR/amplifyconfiguration.json"
26
fi
27
28
if [ -f "$SOURCE_DIR/AWSS3StoragePluginTests-amplifyconfiguration.json" ]; then
0 commit comments