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:
1275
1275
- name : test_atlas_task_group
1276
1276
setup_group :
1277
1277
- func : fetch source
1278
+ - command : ec2.assume_role
1279
+ params :
1280
+ role_arn : ${DRIVERS_SECRETS_ARN}
1278
1281
- command : subprocess.exec
1279
1282
params :
1280
1283
working_dir : src
1281
1284
binary : bash
1285
+ add_expansions_to_env : true
1282
1286
env :
1283
1287
MONGODB_VERSION : " 7.0"
1284
1288
LAMBDA_STACK_NAME : dbx-node-lambda
Original file line number Diff line number Diff line change @@ -3014,10 +3014,14 @@ task_groups:
3014
3014
- name : test_atlas_task_group
3015
3015
setup_group :
3016
3016
- func : fetch source
3017
+ - command : ec2.assume_role
3018
+ params :
3019
+ role_arn : ${DRIVERS_SECRETS_ARN}
3017
3020
- command : subprocess.exec
3018
3021
params :
3019
3022
working_dir : src
3020
3023
binary : bash
3024
+ add_expansions_to_env : true
3021
3025
env :
3022
3026
MONGODB_VERSION : ' 7.0'
3023
3027
LAMBDA_STACK_NAME : dbx-node-lambda
You can’t perform that action at this time.
0 commit comments