Skip to content

Commit

Permalink
remove docker rmi
Browse files Browse the repository at this point in the history
  • Loading branch information
PINTO0309 committed Jan 17, 2025
1 parent 1cde6f3 commit a0c85da
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test-models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ jobs:
sudo rm -rf "/usr/local/share/phantomjs*" || true
sudo rm -rf "/usr/share/sbt" || true
sudo rm -rf "/usr/local/sqlpackage" || true
docker rmi $(docker image ls -q --filter "reference=node*")
docker rmi $(docker image ls -q --filter "reference=debian*")
docker rmi $(docker image ls -q --filter "reference=alpine*")
sudo npm uninstall bazel
rustup self uninstall -y
sudo apt purge \
Expand Down

0 comments on commit a0c85da

Please sign in to comment.