Skip to content

Commit

Permalink
Merge pull request #108 from provectus/update_generate_report_script
Browse files Browse the repository at this point in the history
[MAINTENANCE] Update generate_report.sh
  • Loading branch information
bvolodarskiy authored Jul 17, 2023
2 parents 1e91d66 + df0b3e7 commit ff1b452
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions functions/allure_report/allure_report/generate_report.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FOLDER=$1
BUCKET=$2
rm -r /tmp/result
rm -r /tmp/allure-report
echo "$BUCKET"
aws s3 sync s3://"$BUCKET"/allure/"$FOLDER"/result /tmp/result
allure/allure-2.14.0/bin/allure generate /tmp/result --clean -o /tmp/allure-report
Expand Down

0 comments on commit ff1b452

Please sign in to comment.