File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ functions:
102
102
script : |
103
103
${PREPARE_SHELL}
104
104
rm -rf $DRIVERS_TOOLS
105
- git clone git ://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS
105
+ git clone https ://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS
106
106
echo "{ \"releases\": { \"default\": \"$MONGODB_BINARIES\" }}" > $MONGO_ORCHESTRATION_HOME/orchestration.config
107
107
108
108
" install dependencies " :
Original file line number Diff line number Diff line change @@ -327,7 +327,7 @@ functions:
327
327
script : |
328
328
${PREPARE_SHELL}
329
329
rm -rf $DRIVERS_TOOLS
330
- git clone git ://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS
330
+ git clone https ://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS
331
331
echo "{ \"releases\": { \"default\": \"$MONGODB_BINARIES\" }}" > $MONGO_ORCHESTRATION_HOME/orchestration.config
332
332
333
333
" install dependencies " :
You can’t perform that action at this time.
0 commit comments