Skip to content

Commit

Permalink
make uploads silent
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Jun 24, 2024
1 parent 17827d0 commit d3a15b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ functions:
- command: shell.exec
params:
working_dir: "src"
silent: true
include_expansions_in_env: ["AWS_ACCESS_KEY_ID", "AWS_SECRET_ACCESS_KEY", "AWS_SESSION_TOKEN"]
script: |
# Download all the task coverage files.
Expand All @@ -138,6 +139,7 @@ functions:
- command: shell.exec
params:
working_dir: "src"
silent: true
include_expansions_in_env: ["AWS_ACCESS_KEY_ID", "AWS_SECRET_ACCESS_KEY", "AWS_SESSION_TOKEN"]
script: |
aws s3 cp htmlcov/ s3://${bucket_name}/coverage/${revision}/${version_id}/htmlcov/ --recursive --acl public-read --region us-east-1
Expand Down

0 comments on commit d3a15b4

Please sign in to comment.