File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -802,6 +802,10 @@ functions:
802
802
if [ "${SKIP_EC2_AUTH_TEST}" = "true" ]; then
803
803
exit 0
804
804
fi
805
+
806
+ # Truncate "prepare_mongodb_aws.sh" to zero length. If file not present, creates zero-length file.
807
+ : > "${PROJECT_DIRECTORY}/prepare_mongodb_aws.sh"
808
+
805
809
${PROJECT_DIRECTORY}/.evergreen/run-mongodb-aws-test.sh
806
810
807
811
run-aws-auth-test-with-aws-credentials-as-environment-variables :
@@ -2159,7 +2163,7 @@ task_groups:
2159
2163
--out . \
2160
2164
--only "**/mongo_crypt_v1.*" \
2161
2165
--strip-path-components 1
2162
-
2166
+
2163
2167
# Find the crypt_shared library file in the current directory and set the CRYPT_SHARED_LIB_PATH to
2164
2168
# the path of that file. Only look for .so, .dll, or .dylib files to prevent matching any other
2165
2169
# downloaded files.
You can’t perform that action at this time.
0 commit comments