fix(steps-guix/jump): remove check

This commit is contained in:
vxtls 2026-03-19 19:15:04 -04:00
parent 8bb3da9961
commit 4674fc5cef

View file

@ -4,11 +4,8 @@
set -e set -e
# Optional in some preseed/testing contexts. # shellcheck disable=SC1091
if [ -f /steps/bootstrap.cfg ]; then . /steps/bootstrap.cfg
# shellcheck disable=SC1091
. /steps/bootstrap.cfg
fi
# For VM/metal runs, stop immediately so the current disk state can be reused. # For VM/metal runs, stop immediately so the current disk state can be reused.
if [ "${CHROOT}" = False ]; then if [ "${CHROOT}" = False ]; then