We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 846855c commit 9a47fcaCopy full SHA for 9a47fca
.evergreen/setup-mongodb-aws-auth-tests.sh
@@ -18,7 +18,7 @@ cd $DRIVERS_TOOLS/.evergreen/auth_aws
18
# Create a python virtual environment.
19
. ./activate-authawsvenv.sh
20
# Source the environment variables. Configure the environment and the server.
21
-. aws_setup.sh $AWS_CREDENTIAL_TYPE
+. aws_setup.sh $AWS_CREDENTIAL_TYPE --nouri
22
23
cd $BEFORE
24
.gitmodules
@@ -1,3 +1,4 @@
1
[submodule "drivers-evergreen-tools"]
2
path = drivers-evergreen-tools
3
url = https://github.com/mongodb-labs/drivers-evergreen-tools.git
4
+ branch = DRIVERS-3131
0 commit comments