Skip to content

Commit

Permalink
Merge pull request #110 from provectus/update_allure_cleanup
Browse files Browse the repository at this point in the history
[MAINTENANCE] update -rm for generate report script
  • Loading branch information
bvolodarskiy authored Jul 28, 2023
2 parents ff1b452 + 8d69b10 commit f1bcd77
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions functions/allure_report/allure_report/generate_report.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FOLDER=$1
BUCKET=$2
rm -r /tmp/result
rm -r /tmp/allure-report
rm -rf /tmp/.[!.]* /tmp/*
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 f1bcd77

Please sign in to comment.