File tree 2 files changed +26
-0
lines changed 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -4301,10 +4301,17 @@ functions:
4301
4301
params :
4302
4302
file : tmp/expansions.yaml
4303
4303
redacted : true
4304
+ - command : ec2.assume_role
4305
+ params :
4306
+ role_arn : " arn:aws:iam::119629040606:role/s3-access.cdn-origin-compass"
4304
4307
- command : shell.exec
4305
4308
params :
4306
4309
working_dir : src
4307
4310
shell : bash
4311
+ env :
4312
+ DOWNLOAD_CENTER_AWS_KEY_NEW : ${AWS_ACCESS_KEY_ID}
4313
+ DOWNLOAD_CENTER_AWS_SECRET_NEW : ${AWS_SECRET_ACCESS_KEY}
4314
+ DOWNLOAD_CENTER_AWS_SESSION_TOKEN_NEW : ${AWS_SESSION_TOKEN}
4308
4315
script : |
4309
4316
set -e
4310
4317
{
@@ -4365,6 +4372,9 @@ functions:
4365
4372
params :
4366
4373
file : tmp/expansions.yaml
4367
4374
redacted : true
4375
+ - command : ec2.assume_role
4376
+ params :
4377
+ role_arn : " arn:aws:iam::119629040606:role/s3-access.cdn-origin-compass"
4368
4378
- command : shell.exec
4369
4379
# silent: true
4370
4380
params :
@@ -4373,6 +4383,9 @@ functions:
4373
4383
env :
4374
4384
devtoolsbot_npm_token : ${devtoolsbot_npm_token}
4375
4385
node_js_version : ${node_js_version}
4386
+ DOWNLOAD_CENTER_AWS_KEY_NEW : ${AWS_ACCESS_KEY_ID}
4387
+ DOWNLOAD_CENTER_AWS_SECRET_NEW : ${AWS_SECRET_ACCESS_KEY}
4388
+ DOWNLOAD_CENTER_AWS_SESSION_TOKEN_NEW : ${AWS_SESSION_TOKEN}
4376
4389
script : |
4377
4390
set -e
4378
4391
.evergreen/run-evergreen-release.sh publish
Original file line number Diff line number Diff line change @@ -946,10 +946,17 @@ functions:
946
946
params:
947
947
file: tmp/expansions.yaml
948
948
redacted: true
949
+ - command: ec2.assume_role
950
+ params:
951
+ role_arn: "arn:aws:iam::119629040606:role/s3-access.cdn-origin-compass"
949
952
- command: shell.exec
950
953
params:
951
954
working_dir: src
952
955
shell: bash
956
+ env:
957
+ DOWNLOAD_CENTER_AWS_KEY_NEW: ${AWS_ACCESS_KEY_ID}
958
+ DOWNLOAD_CENTER_AWS_SECRET_NEW: ${AWS_SECRET_ACCESS_KEY}
959
+ DOWNLOAD_CENTER_AWS_SESSION_TOKEN_NEW: ${AWS_SESSION_TOKEN}
953
960
script: |
954
961
set -e
955
962
{
@@ -1010,6 +1017,9 @@ functions:
1010
1017
params:
1011
1018
file: tmp/expansions.yaml
1012
1019
redacted: true
1020
+ - command: ec2.assume_role
1021
+ params:
1022
+ role_arn: "arn:aws:iam::119629040606:role/s3-access.cdn-origin-compass"
1013
1023
- command: shell.exec
1014
1024
# silent: true
1015
1025
params:
@@ -1018,6 +1028,9 @@ functions:
1018
1028
env:
1019
1029
devtoolsbot_npm_token: ${devtoolsbot_npm_token}
1020
1030
node_js_version: ${node_js_version}
1031
+ DOWNLOAD_CENTER_AWS_KEY_NEW: ${AWS_ACCESS_KEY_ID}
1032
+ DOWNLOAD_CENTER_AWS_SECRET_NEW: ${AWS_SECRET_ACCESS_KEY}
1033
+ DOWNLOAD_CENTER_AWS_SESSION_TOKEN_NEW: ${AWS_SESSION_TOKEN}
1021
1034
script: |
1022
1035
set -e
1023
1036
.evergreen/run-evergreen-release.sh publish
You can’t perform that action at this time.
0 commit comments