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 5842239 commit 6802b94Copy full SHA for 6802b94
.evergreen/prepare-shell.sh
@@ -30,8 +30,11 @@ export TMPDIR="$MONGO_ORCHESTRATION_HOME/db"
30
export PATH="$MONGODB_BINARIES:$PATH"
31
32
# Note the evergreen option on git.get_project recurse_submodules does not work, so do it here.
33
+# We ignore errors in case we are running in a container where git doesn't trust the tmp directory.
34
+set +e
35
git submodule init
36
git submodule update
37
+set -e
38
39
ls -la $DRIVERS_TOOLS
40
0 commit comments