Skip to content

Commit

Permalink
Remove useless sudo for docker usage
Browse files Browse the repository at this point in the history
  • Loading branch information
fjammes committed Jul 17, 2024
1 parent 117d5f8 commit 122534d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
df -h
sudo rm -rf /opt/hostedtoolcache/CodeQL
df -h
sudo docker image prune --all --force
docker image prune --all --force
df -h
- uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit 122534d

Please sign in to comment.