Skip to content

Commit

Permalink
remove sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
desaimg1 committed Nov 5, 2024
1 parent 7343da1 commit 49b5a3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions do.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ def generate_allure_report():
run(["wget https://github.com/allure-framework/allure2/releases/tag/2.32.0/allure_2.32.0-1_all.deb"])
run(["chmod +x allure_2.32.0-1_all.deb"])
run(["sudo -s"])
run(["sudo -S rm /var/lib/apt/lists/lock"])
run(["sudo -S rm /var/cache/apt/archives/lock"])
run(["sudo -S rm /var/lib/dpkg/lock"])
run(["rm /var/lib/apt/lists/lock"])
run(["rm /var/cache/apt/archives/lock"])
run(["rm /var/lib/dpkg/lock"])

run(["dpkg -i allure_2.32.0-1_all.deb"])

Expand Down

0 comments on commit 49b5a3a

Please sign in to comment.