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 93ea354 commit c086537Copy full SHA for c086537
.evergreen/config/test-tasks.yml
@@ -3,11 +3,12 @@ tasks:
3
tags: ["atlas", "nodb"]
4
commands:
5
# This creates secrets-export.sh, which is later sourced by run-tests.sh
6
- - command: shell.exec
+ - command: subprocess.exec
7
params:
8
working_dir: "src"
9
- script: |
10
- bash ${DRIVERS_TOOLS}/.evergreen/secrets_handling/setup-secrets.sh drivers/atlas_connect
+ binary: bash
+ args:
11
+ - ${DRIVERS_TOOLS}/.evergreen/secrets_handling/setup-secrets.sh drivers/atlas_connect
12
- func: "run tests"
13
vars:
14
TESTS: "tests/atlas.phpt"
0 commit comments