Skip to content

Commit

Permalink
chore(NODE-3736): fix drivers tools cloning (#3023)
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Nov 2, 2021
1 parent fa2f8d0 commit 699b6c8
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 @@ -69,7 +69,7 @@ functions:
script: >
${PREPARE_SHELL}
git clone --depth 1 git://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS
git clone --depth 1 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 @@ -87,7 +87,7 @@ functions:
params:
script: |
${PREPARE_SHELL}
git clone --depth 1 git://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS
git clone --depth 1 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 699b6c8

Please sign in to comment.