Skip to content

Commit

Permalink
sudo rm -rf /imagegeneration/installers
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Wieczorek <[email protected]>
  • Loading branch information
twz123 committed Oct 11, 2023
1 parent 72bf57a commit ea8336c
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/cleaner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jobs:
df -h
sudo rm -rf /imagegeneration/installers
df -h
sudo -E apt-get purge -y -- $APT_PACKAGES_TO_REMOVE
for pkg in $APT_PACKAGES_TO_REMOVE; do
Expand All @@ -68,10 +72,10 @@ jobs:
df -h
- name: Files
run: sudo find / -type f -mount > files || true
# - name: Files
# run: sudo find / -type f -mount > files || true

- uses: actions/upload-artifact@v3
with:
name: files
path: files
# - uses: actions/upload-artifact@v3
# with:
# name: files
# path: files

0 comments on commit ea8336c

Please sign in to comment.