File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -1275,10 +1275,14 @@ task_groups:
12751275 - name : test_atlas_task_group
12761276 setup_group :
12771277 - func : fetch source
1278+ - command : ec2.assume_role
1279+ params :
1280+ role_arn : ${DRIVERS_SECRETS_ARN}
12781281 - command : subprocess.exec
12791282 params :
12801283 working_dir : src
12811284 binary : bash
1285+ add_expansions_to_env : true
12821286 env :
12831287 MONGODB_VERSION : " 7.0"
12841288 LAMBDA_STACK_NAME : dbx-node-lambda
Original file line number Diff line number Diff line change @@ -3014,10 +3014,14 @@ task_groups:
30143014 - name : test_atlas_task_group
30153015 setup_group :
30163016 - func : fetch source
3017+ - command : ec2.assume_role
3018+ params :
3019+ role_arn : ${DRIVERS_SECRETS_ARN}
30173020 - command : subprocess.exec
30183021 params :
30193022 working_dir : src
30203023 binary : bash
3024+ add_expansions_to_env : true
30213025 env :
30223026 MONGODB_VERSION : ' 7.0'
30233027 LAMBDA_STACK_NAME : dbx-node-lambda
You can’t perform that action at this time.
0 commit comments