Update .gitea/workflows/build-isos.yaml
Build ISOs / build-isos (push) Failing after 10s Details

This commit is contained in:
Jakub Filo 2023-12-10 10:57:31 +00:00
parent bbe9df3c67
commit 458d68da97
Signed by: plantroon
GPG Key ID: 7DA8C0FFEED0C0DE
1 changed files with 2 additions and 2 deletions

View File

@ -16,6 +16,6 @@ jobs:
- run: ls -al /proc
- run: mkdir proc2
- run: mount -t proc proc proc2
- run: apt-get update; apt-get install -y live-build; lb config
- run: lb build; cat /workspace/plantroon/deblive/chroot/debootstrap/debootstrap.log
- run: apt-get update; apt-get install -y live-build chroot; lb config
- run: lb build || true; ls -al *;
- run: cat /workspace/plantroon/deblive/chroot/debootstrap/debootstrap.log