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

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

View File

@ -14,8 +14,9 @@ jobs:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: cd /data
- run: ls -al /proc
- run: mkdir proc2
- run: mkdir proc2; mkdir test2
- run: mount -t proc proc proc2
- run: apt-get update; apt-get install -y live-build chroot; lb config
- run: debootstrap bullseye /test2 http://deb.debian.org/debian
- run: lb build || true; ls -al *;
- run: cat /workspace/plantroon/deblive/chroot/debootstrap/debootstrap.log