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 883c2d1 commit 49f15a8Copy full SHA for 49f15a8
AmplifyPlugins/Storage/Tests/StorageHostApp/copy_configuration.sh
@@ -17,6 +17,16 @@ if [ ! -d "$SOURCE_DIR" ]; then
17
fi
18
19
mkdir -p "$DESTINATION_DIR"
20
-cp "$SOURCE_DIR/AWSS3StoragePluginTests-amplifyconfiguration.json" "$DESTINATION_DIR/amplifyconfiguration.json"
+
21
+if [ -f "$SOURCE_DIR/AWSAmplifyStressTests-amplifyconfiguration.json" ]; then
22
+ cp "$SOURCE_DIR/AWSAmplifyStressTests-amplifyconfiguration.json" "$DESTINATION_DIR/amplifyconfiguration.json"
23
+ exit 0
24
+fi
25
26
+if [ -f "$SOURCE_DIR/AWSS3StoragePluginTests-amplifyconfiguration.json" ]; then
27
+ cp "$SOURCE_DIR/AWSS3StoragePluginTests-amplifyconfiguration.json" "$DESTINATION_DIR/amplifyconfiguration.json"
28
29
30
31
exit 0
32
0 commit comments