diff --git a/.github/jobs/chroot.bats b/.github/jobs/chroot.bats index 953ba4ce13..b7b4bede82 100644 --- a/.github/jobs/chroot.bats +++ b/.github/jobs/chroot.bats @@ -9,6 +9,8 @@ fi # Cleanup old dir rm -rf $CHROOT +echo $CHROOT + # In GHA CI we use this option to trigger all non specific architectures. if [ "${ARCH}" = 'default_placeholder' ]; then unset $ARCH