File tree Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -1211,18 +1211,18 @@ tasks:
1211
1211
1212
1212
- name : " oidc-auth-test-azure-latest"
1213
1213
commands :
1214
- - command : shell.exec
1215
- params :
1216
- shell : bash
1217
- script : |-
1218
- set -o errexit
1219
- ${PREPARE_SHELL}
1220
- cd src
1221
- export AZUREOIDC_DRIVERS_TAR_FILE=/tmp/node-mongodb-native.tgz
1222
- tar czf $AZUREOIDC_DRIVERS_TAR_FILE .
1223
- export AZUREOIDC_TEST_CMD="source ./env.sh && PROVIDER_NAME=azure ./.evergreen/run-oidc-tests.sh"
1224
- bash $DRIVERS_TOOLS/.evergreen/auth_oidc/ azure/ run-driver-test .sh
1225
-
1214
+ - func : " install dependencies "
1215
+ - command : shell.exec
1216
+ params :
1217
+ shell : bash
1218
+ script : |-
1219
+ set -o errexit
1220
+ ${PREPARE_SHELL}
1221
+ cd src
1222
+ export AZUREOIDC_DRIVERS_TAR_FILE=/tmp/node-mongodb-native.tgz
1223
+ tar czf $AZUREOIDC_DRIVERS_TAR_FILE .
1224
+ export AZUREOIDC_TEST_CMD="source ./env.sh && PROVIDER_NAME= azure ./.evergreen/ run-oidc-tests .sh"
1225
+ bash $DRIVERS_TOOLS/.evergreen/auth_oidc/azure/run-driver-test.sh
1226
1226
1227
1227
task_groups :
1228
1228
- name : serverless_task_group
Original file line number Diff line number Diff line change @@ -1138,6 +1138,7 @@ tasks:
1138
1138
- src/.evergreen/run-azure-kms-tests.sh
1139
1139
- name : oidc-auth-test-azure-latest
1140
1140
commands :
1141
+ - func : install dependencies
1141
1142
- command : shell.exec
1142
1143
params :
1143
1144
shell : bash
You can’t perform that action at this time.
0 commit comments