Skip to content

Commit 9f25beb

Browse files
committed
use it in more places
1 parent 84b23d6 commit 9f25beb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.evergreen/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ functions:
6868
type: test
6969
retry_on_failure: true
7070
params:
71-
include_expansions_in_env: [DIR]
71+
include_expansions_in_env: [DIR, AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_SESSION_TOKEN]
7272
working_dir: "src"
7373
binary: bash
7474
args:
@@ -78,7 +78,7 @@ functions:
7878
- command: subprocess.exec
7979
type: test
8080
params:
81-
include_expansions_in_env: [DIR]
81+
include_expansions_in_env: [DIR, AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_SESSION_TOKEN]
8282
working_dir: "src"
8383
binary: bash
8484
args: [.evergreen/setup-remote.sh]

0 commit comments

Comments
 (0)