Skip to content

Commit

Permalink
More celanup debug
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenhorsman committed Sep 19, 2024
1 parent 6820bcb commit 2088035
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/podvm_mkosi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,12 @@ jobs:
tar xf podvm-binaries.tar -C podvm-mkosi/resources/binaries-tree
rm podvm-binaries.tar
- name: Check space pre-mkosi builds
working-directory: src/cloud-api-adaptor/podvm-mkosi
run: |
df
ls -R -al
- name: Build mkosi image
working-directory: src/cloud-api-adaptor/podvm-mkosi
run: |
Expand All @@ -283,8 +289,10 @@ jobs:
working-directory: src/cloud-api-adaptor/podvm-mkosi
run: |
df
ls -R -al
sudo rm -rf ./build
df
ls -R -al
- name: Build image for docker provider
working-directory: src/cloud-api-adaptor/podvm-mkosi
Expand Down

0 comments on commit 2088035

Please sign in to comment.