Update .gitea/workflows/build-isos.yaml
Some checks failed
Build ISOs / build-isos (push) Has been cancelled
Some checks failed
Build ISOs / build-isos (push) Has been cancelled
This commit is contained in:
parent
898ad67e0a
commit
55b5c06ca9
@ -16,7 +16,7 @@ jobs:
|
|||||||
- run: ls -al /proc
|
- run: ls -al /proc
|
||||||
- run: mkdir proc2; mkdir test2
|
- run: mkdir proc2; mkdir test2
|
||||||
- run: mount -t proc proc proc2
|
- run: mount -t proc proc proc2
|
||||||
- run: apt-get update; apt-get install -y live-build chroot; lb config
|
- run: apt-get update; apt-get install -y live-build; lb config
|
||||||
- run: debootstrap bullseye /test2 http://deb.debian.org/debian
|
- run: debootstrap bullseye /test2 http://deb.debian.org/debian
|
||||||
- run: lb build || true; ls -al *;
|
- run: lb build || true; ls -al *;
|
||||||
- run: cat /workspace/plantroon/deblive/chroot/debootstrap/debootstrap.log
|
- run: cat /workspace/plantroon/deblive/chroot/debootstrap/debootstrap.log
|
||||||
|
Loading…
Reference in New Issue
Block a user