File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1163,7 +1163,7 @@ tasks:
1163
1163
binary : bash
1164
1164
add_expansions_to_env : true
1165
1165
env :
1166
- AZUREKMS_CMD : " ls && env EXPECTED_AZUREKMS_OUTCOME=success bash src/.evergreen/run-azure-kms-tests.sh"
1166
+ AZUREKMS_CMD : " env EXPECTED_AZUREKMS_OUTCOME=success bash src/.evergreen/run-azure-kms-tests.sh"
1167
1167
args :
1168
1168
- ${DRIVERS_TOOLS}/.evergreen/csfle/azurekms/run-command.sh
1169
1169
Original file line number Diff line number Diff line change @@ -1093,7 +1093,7 @@ tasks:
1093
1093
binary : bash
1094
1094
add_expansions_to_env : true
1095
1095
env :
1096
- AZUREKMS_CMD : ls && env EXPECTED_AZUREKMS_OUTCOME=success bash src/.evergreen/run-azure-kms-tests.sh
1096
+ AZUREKMS_CMD : env EXPECTED_AZUREKMS_OUTCOME=success bash src/.evergreen/run-azure-kms-tests.sh
1097
1097
args :
1098
1098
- ${DRIVERS_TOOLS}/.evergreen/csfle/azurekms/run-command.sh
1099
1099
- name : test-azurekms-fail-task
You can’t perform that action at this time.
0 commit comments