Skip to content

Commit b413a10

Browse files
committed
use upstream
1 parent c39c50e commit b413a10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.evergreen/fetch-secrets.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -eu
44

55
# 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
77

88
# Get the secrets for drivers/ai-ml-pipeline-testing.
99
. drivers-evergreen-tools/.evergreen/secrets_handling/setup-secrets.sh drivers/ai-ml-pipeline-testing

.evergreen/utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ setup_local_atlas() {
5959
SCRIPT_DIR=$(realpath "$(dirname ${BASH_SOURCE[0]})")
6060
# Ensure drivers-evergeen-tools checkout.
6161
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
6363
. drivers-evergreen-tools/.evergreen/run-orchestration.sh --local-atlas -v
6464
popd
6565
export CONN_STRING"=mongodb://127.0.0.1:27017/?directConnection=true"

0 commit comments

Comments
 (0)