File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -318,6 +318,10 @@ functions:
318
318
bootstrap-mongohoused :
319
319
- command : shell.exec
320
320
params :
321
+ include_expansions_in_env :
322
+ - " AWS_ACCESS_KEY_ID"
323
+ - " AWS_SECRET_ACCESS_KEY"
324
+ - " AWS_SESSION_TOKEN"
321
325
script : |
322
326
DRIVERS_TOOLS="${DRIVERS_TOOLS}" bash ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/pull-mongohouse-image.sh
323
327
- command : shell.exec
@@ -1262,6 +1266,7 @@ tasks:
1262
1266
1263
1267
- name : atlas-data-lake-test
1264
1268
commands :
1269
+ - func : assume-ec2-role
1265
1270
- func : bootstrap-mongohoused
1266
1271
- func : run-atlas-data-lake-test
1267
1272
@@ -2047,9 +2052,14 @@ task_groups:
2047
2052
setup_group :
2048
2053
- func : fetch-source
2049
2054
- func : prepare-resources
2055
+ - func : assume-ec2-role
2050
2056
- command : subprocess.exec
2051
2057
params :
2052
2058
binary : bash
2059
+ include_expansions_in_env :
2060
+ - " AWS_ACCESS_KEY_ID"
2061
+ - " AWS_SECRET_ACCESS_KEY"
2062
+ - " AWS_SESSION_TOKEN"
2053
2063
env :
2054
2064
LAMBDA_STACK_NAME : dbx-csharp-lambda
2055
2065
args :
You can’t perform that action at this time.
0 commit comments