diff --git a/.gitea/workflows/build-isos.yaml b/.gitea/workflows/build-isos.yaml index 40d8e66..b0f4df1 100644 --- a/.gitea/workflows/build-isos.yaml +++ b/.gitea/workflows/build-isos.yaml @@ -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