added debug commands (#8553)

This commit is contained in:
Long Wu Yuan 2022-05-06 16:39:05 +05:30 committed by GitHub
parent 82a87ac723
commit 7f990386ca

View file

@ -78,7 +78,10 @@ if [ "${SKIP_IMAGE_CREATION:-false}" = "false" ]; then
echo "[dev-env] building image"
make -C ${DIR}/../../ clean-image build image image-chroot
echo "[dev-env] .. done building controller images"
echo "[dev-env] now building e2e-image.."
make -C ${DIR}/../e2e-image image
echo "[dev-env] ..done building e2e-image"
fi
# Preload images used in e2e tests