Skip to content

Commit

Permalink
chore(NODE-3736): fix drivers tools cloning (#3025)
Browse files Browse the repository at this point in the history
  • Loading branch information
durran authored Nov 2, 2021
1 parent b42e8b3 commit 9b980c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ functions:
script: >
${PREPARE_SHELL}
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
echo "{ \"releases\": { \"default\": \"$MONGODB_BINARIES\" }}" >
$MONGO_ORCHESTRATION_HOME/orchestration.config
Expand Down
2 changes: 1 addition & 1 deletion .evergreen/config.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ functions:
params:
script: |
${PREPARE_SHELL}
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
echo "{ \"releases\": { \"default\": \"$MONGODB_BINARIES\" }}" > $MONGO_ORCHESTRATION_HOME/orchestration.config

"bootstrap mongo-orchestration":
Expand Down

0 comments on commit 9b980c4

Please sign in to comment.