Skip to content

Commit

Permalink
more cleanup and debug
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenhorsman committed Sep 19, 2024
1 parent 677d67a commit 218b516
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/podvm_mkosi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ jobs:
run: |
df
du
sudo du --max-depth=2 / || true
- name: Build mkosi image
working-directory: src/cloud-api-adaptor/podvm-mkosi
Expand All @@ -290,10 +291,13 @@ jobs:
run: |
df
du
sudo du --max-depth=2 / || true
sudo rm -rf /nix
sudo rm -rf ./build
sudo rm -rf ./mkosi.cache
df
du
sudo du --max-depth=2 / || true
- name: Build image for docker provider
working-directory: src/cloud-api-adaptor/podvm-mkosi
Expand Down

0 comments on commit 218b516

Please sign in to comment.