added debug commands (#8553)

This commit is contained in:
Long Wu Yuan 2022-05-06 16:39:05 +05:30 committed by GitHub
parent f10bcd552b
commit ec1b01092e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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