We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 617432e commit 44d7045Copy full SHA for 44d7045
.evergreen/.evg.yml
@@ -96,7 +96,7 @@ functions:
96
# If this was a patch build, doing a fresh clone would not actually test the patch
97
cp -R ${PROJECT_DIRECTORY}/ $DRIVERS_TOOLS
98
else
99
- git clone https://github.com/rozza/drivers-evergreen-tools.git $DRIVERS_TOOLS
+ git clone https://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS
100
fi
101
echo "{ \"releases\": { \"default\": \"$MONGODB_BINARIES\" }}" > $MONGO_ORCHESTRATION_HOME/orchestration.config
102
0 commit comments