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 42df09c commit 0c0a7ebCopy full SHA for 0c0a7eb
.evergreen/scripts/prepare-resources.sh
@@ -11,6 +11,9 @@ if [ "$PROJECT" = "drivers-tools" ]; then
11
cp -R $PROJECT_DIRECTORY/ $DRIVERS_TOOLS
12
else
13
git clone https://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS
14
+ pushd $DRIVERS_TOOLS
15
+ git checkout 93b20d9660fa5ef82b63d541d5a6f86f80ba4503
16
+ popd
17
fi
18
echo "{ \"releases\": { \"default\": \"$MONGODB_BINARIES\" }}" >$MONGO_ORCHESTRATION_HOME/orchestration.config
19
0 commit comments