Skip to content

Commit 07975a2

Browse files
passing?
1 parent a07947b commit 07975a2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.evergreen/config.in.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1417,14 +1417,12 @@ task_groups:
14171417
params:
14181418
working_dir: "src"
14191419
binary: bash
1420+
env:
1421+
DRIVERS_TOOLS: ${DRIVERS_TOOLS}
14201422
args:
14211423
- .evergreen/setup-serverless.sh
1422-
14231424
- command: expansions.update
14241425
params:
1425-
# this adds information about the serverless instance
1426-
# that is used by the cleanup group. alternatively, we could source `serverless.env`
1427-
# in the cleanup group
14281426
file: src/serverless-expansion.yml
14291427

14301428
teardown_group:

.evergreen/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4448,6 +4448,8 @@ task_groups:
44484448
params:
44494449
working_dir: src
44504450
binary: bash
4451+
env:
4452+
DRIVERS_TOOLS: ${DRIVERS_TOOLS}
44514453
args:
44524454
- .evergreen/setup-serverless.sh
44534455
- command: expansions.update

test/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ When you run the benchmarks verify that the BSON version has been picked by the
297297

298298
## Secrets
299299

300-
Secrets needed for testing in special environments are managed in a drivers-wide AWS secrets manager vault.
300+
Secrets needed for testing in special environments are managed in a drivers-wide AWS secrets manager vault.
301301

302302
drivers-evergreen-tools contains scripts that can fetch secrets from secrets manager for local use and use in CI in the [.evergreen/secrets_handling folder](https://github.com/mongodb-labs/drivers-evergreen-tools/blob/master/.evergreen/secrets_handling/README.md).
303303

@@ -311,7 +311,7 @@ Local use of secrets manager requires:
311311
Here's an example usage of the tooling in drivers-evergreen-tools that configures credentials for CSFLE:
312312

313313
```bash
314-
bash ${DRIVERS_TOOLS}/.evergreen/secrets_handling/setup-secrets.sh drivers/csfle
314+
bash ${DRIVERS_TOOLS}/.evergreen/secrets_handling/setup-secrets.sh drivers/csfle
315315
source secrets-export.sh
316316
```
317317

0 commit comments

Comments
 (0)