Skip to content

Commit

Permalink
fix:added renaming of zip file in run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
1dson committed Jan 14, 2025
1 parent c29eef7 commit 10d564e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ if [ $? -eq 0 ]; then
mvn allure:report
# create the report zip file
# rename zip
mv allure.zip allure_attempt_${buildId}.zip
mv allure.zip ./allure_attempt_${buildId}.zip

zip -qr allure_attempt_${buildId}.zip target
cd target
Expand Down

0 comments on commit 10d564e

Please sign in to comment.