File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
config_generator/components/funcs Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ variables:
36
36
set -o verbose
37
37
38
38
cmake -DENABLE_TESTS=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=mongoc -DENABLE_AUTOMATIC_INIT_AND_CLEANUP=OFF . && make -j8 && make install
39
- git clone git@ github.com: mongodb/mongo-c-driver-performance.git
39
+ git clone https:// github.com/ mongodb/mongo-c-driver-performance.git
40
40
cd mongo-c-driver-performance
41
41
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=../mongoc . && make -j8
42
42
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class FetchDET(Function):
12
12
command_type = EvgCommandType .SETUP ,
13
13
script = '''\
14
14
if [[ ! -d drivers-evergreen-tools ]]; then
15
- git clone --depth=1 git@ github.com: mongodb-labs/drivers-evergreen-tools.git
15
+ git clone --depth=1 https:// github.com/ mongodb-labs/drivers-evergreen-tools.git
16
16
fi
17
17
''' ,
18
18
),
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ functions:
181
181
- -c
182
182
- |
183
183
if [[ ! -d drivers-evergreen-tools ]]; then
184
- git clone --depth=1 git@ github.com: mongodb-labs/drivers-evergreen-tools.git
184
+ git clone --depth=1 https:// github.com/ mongodb-labs/drivers-evergreen-tools.git
185
185
fi
186
186
- command : subprocess.exec
187
187
type : setup
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ case "$OS" in
110
110
venvcreate " ${PYTHON3_BINARY} " venv
111
111
cd venv
112
112
rm -rf mongo-orchestration
113
- git clone --depth 1 git@ github.com: 10gen/mongo-orchestration.git
113
+ git clone --depth 1 https:// github.com/ 10gen/mongo-orchestration.git
114
114
cd mongo-orchestration
115
115
python -m pip install .
116
116
cd ../..
@@ -123,7 +123,7 @@ case "$OS" in
123
123
cd venv
124
124
rm -rf mongo-orchestration
125
125
# Make sure MO is running latest version
126
- git clone --depth 1 git@ github.com: 10gen/mongo-orchestration.git
126
+ git clone --depth 1 https:// github.com/ 10gen/mongo-orchestration.git
127
127
cd mongo-orchestration
128
128
# Our zSeries machines are static-provisioned, cache corruptions persist.
129
129
if [ $( uname -m) = " s390x" ]; then
You can’t perform that action at this time.
0 commit comments