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 12e8f8b commit 39c2962Copy full SHA for 39c2962
.evergreen/config.in.yml
@@ -1330,9 +1330,6 @@ task_groups:
1330
- name: testazureoidc_task_group
1331
setup_group:
1332
- func: fetch source
1333
- # - func: prepare resources
1334
- # - func: fix absolute paths
1335
- # - func: make files executable
1336
- command: shell.exec
1337
params:
1338
shell: bash
.evergreen/run-oidc-tests.sh
@@ -30,4 +30,6 @@ elif [ "$PROVIDER_NAME" = "azure" ]; then
30
MONGODB_URI="${MONGODB_URI}&authMechanismProperties=PROVIDER_NAME:azure"
31
export MONGODB_URI="${MONGODB_URI},TOKEN_AUDIENCE:api%3A%2F%2F${AZUREOIDC_CLIENTID}"
32
npm run check:oidc-azure
33
+else
34
+ npm run check:oidc
35
fi
0 commit comments