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 3d00a87 commit 0da658eCopy full SHA for 0da658e
.evergreen/.evg.yml
@@ -94,7 +94,7 @@ functions:
94
# If this was a patch build, doing a fresh clone would not actually test the patch
95
cp -R ${PROJECT_DIRECTORY}/ $DRIVERS_TOOLS
96
else
97
- git clone git://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS
+ git clone https://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS
98
fi
99
echo "{ \"releases\": { \"default\": \"$MONGODB_BINARIES\" }}" > $MONGO_ORCHESTRATION_HOME/orchestration.config
100
0 commit comments