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 3
3
set -eu
4
4
5
5
# Clone drivers-evergeen-tools.
6
- git clone --branch fix-podman-setup https://github.com/blink1073 /drivers-evergreen-tools
6
+ git clone https://github.com/mongodb-labs /drivers-evergreen-tools
7
7
8
8
# Get the secrets for drivers/ai-ml-pipeline-testing.
9
9
. drivers-evergreen-tools/.evergreen/secrets_handling/setup-secrets.sh drivers/ai-ml-pipeline-testing
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ setup_local_atlas() {
59
59
SCRIPT_DIR=$( realpath " $( dirname ${BASH_SOURCE[0]} ) " )
60
60
# Ensure drivers-evergeen-tools checkout.
61
61
pushd $SCRIPT_DIR /..
62
- git clone --branch fix-podman-setup https://github.com/blink1073 /drivers-evergreen-tools || true
62
+ git clone https://github.com/mongodb-labs /drivers-evergreen-tools || true
63
63
. drivers-evergreen-tools/.evergreen/run-orchestration.sh --local-atlas -v
64
64
popd
65
65
export CONN_STRING" =mongodb://127.0.0.1:27017/?directConnection=true"
You can’t perform that action at this time.
0 commit comments