We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16fb5cf commit 419891dCopy full SHA for 419891d
.evergreen/config.yml
@@ -133,7 +133,7 @@ functions:
133
# If this was a patch build, doing a fresh clone would not actually test the patch
134
cp -R ${PROJECT_DIRECTORY}/ $DRIVERS_TOOLS
135
else
136
- 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
137
fi
138
echo "{ \"releases\": { \"default\": \"$MONGODB_BINARIES\" }}" > $MONGO_ORCHESTRATION_HOME/orchestration.config
139
0 commit comments