Skip to content

Commit 68d1eec

Browse files
authored
PYTHON-5196 Use consistent secrets file name in oidc tests (#633)
1 parent c43ed80 commit 68d1eec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.evergreen/auth_oidc/azure/remote-scripts/run-self-test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ set -o errexit
33
set -o pipefail
44

55
source env.sh
6+
# Copy the env.sh file to secrets-export.sh, but leave env.sh
7+
# for backwards compatibility.
8+
cp env.sh secrets-export.sh
69
pushd ./drivers-evergreen-tools/.evergreen/auth_oidc
710
. ./activate-authoidcvenv.sh
811

0 commit comments

Comments
 (0)