Skip to content

Commit f230a2e

Browse files
authored
DRIVERS-2543 Fix source branch for drivers-tools (mongodb#1420)
1 parent afc2c28 commit f230a2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.evergreen/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ timeout:
2727
2828
functions:
2929
"fetch source":
30-
# Executes git clone and applies the submitted patch, if any
30+
# Executes clone and applies the submitted patch, if any
3131
- command: git.get_project
3232
params:
3333
directory: "src"
@@ -98,7 +98,7 @@ functions:
9898
# If this was a patch build, doing a fresh clone would not actually test the patch
9999
cp -R ${PROJECT_DIRECTORY}/ $DRIVERS_TOOLS
100100
else
101-
git clone --branch DRIVERS-2543 https://github.com/blink1073/drivers-evergreen-tools.git $DRIVERS_TOOLS
101+
git clone https://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS
102102
fi
103103
echo "{ \"releases\": { \"default\": \"$MONGODB_BINARIES\" }}" > $MONGO_ORCHESTRATION_HOME/orchestration.config
104104

0 commit comments

Comments
 (0)