Skip to content

Commit 0cc726c

Browse files
committed
Removed docker system prune since command is executed within the container.
1 parent 973cb25 commit 0cc726c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/zephyr-samples.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ jobs:
2525
df -h
2626
sudo rm -rf /tmp/*
2727
df -h
28-
- name: Docker prune
29-
run: |
30-
docker system df
31-
docker system prune -af
32-
docker system df
33-
df -h
3428
- name: Checkout
3529
uses: actions/checkout@v4
3630
with:

0 commit comments

Comments
 (0)