properly die

This commit is contained in:
Connor Olding 2022-10-14 21:48:48 -07:00
parent 102738a937
commit 22f0ec9fa9

View File

@ -9,5 +9,5 @@
&& podman run -v="$(readlink -f .)":/stargazing -e=TERM=$TERM -it --rm \
--security-opt label=disable --user podman quay.io/podman/stable \
/stargazing/build-all \
|| echo something died \
|| { e=$?; echo something died; exit $e ;} \
;