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 afc2c28 commit f230a2eCopy full SHA for f230a2e
.evergreen/config.yml
@@ -27,7 +27,7 @@ timeout:
27
28
functions:
29
"fetch source":
30
- # Executes git clone and applies the submitted patch, if any
+ # Executes clone and applies the submitted patch, if any
31
- command: git.get_project
32
params:
33
directory: "src"
@@ -98,7 +98,7 @@ functions:
98
# If this was a patch build, doing a fresh clone would not actually test the patch
99
cp -R ${PROJECT_DIRECTORY}/ $DRIVERS_TOOLS
100
else
101
- git clone --branch DRIVERS-2543 https://github.com/blink1073/drivers-evergreen-tools.git $DRIVERS_TOOLS
+ git clone https://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS
102
fi
103
echo "{ \"releases\": { \"default\": \"$MONGODB_BINARIES\" }}" > $MONGO_ORCHESTRATION_HOME/orchestration.config
104
0 commit comments