Skip to content

Commit

Permalink
Fixes application/zip attachments upload with process-allure-reports.…
Browse files Browse the repository at this point in the history
…py (#644)
  • Loading branch information
roman-khimov authored Sep 21, 2023
2 parents 3663d38 + 447feef commit 78dccf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/src/process-allure-reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def put_combine_result_as_static_page(directory: str, neofs_domain: str, wallet:
# We save the logs archives as separate objects in order to make a static page small size.
# Without this, its size will be hundreds of megabytes.
object_cmd = (
f'{base_cmd_with_file}{FILE_PATH}={run_id}/data/{current_dir_name}/{filename} '
f'{base_cmd_with_file}{FILE_PATH}={run_id}/data/{current_dir_name}/{filename},'
f'ContentType=application/zip'
)
else:
Expand Down

0 comments on commit 78dccf9

Please sign in to comment.