From e8ce9eb87e28e88faad06e4f1f907b1dc5953622 Mon Sep 17 00:00:00 2001 From: Stavros Kontopoulos Date: Tue, 25 Jun 2024 19:46:33 +0300 Subject: [PATCH] fixes --- test/e2e-tests.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/e2e-tests.sh b/test/e2e-tests.sh index e29afac3..3097330d 100755 --- a/test/e2e-tests.sh +++ b/test/e2e-tests.sh @@ -36,11 +36,10 @@ sed -e 's/{REPO_ROOT_DIR}/{REPO_ROOT_DIR}\/serving/g' -i ./test/e2e-networking-l source ./test/e2e-common.sh -knative_setup || failed=1 +knative_setup echo ">> Uploading test images..." -local image_dir="./test/test_images/autoscale" -ko resolve --jobs=4 -RBf "${image_dir}" > /dev/null +ko resolve --jobs=4 -RBf ./test/test_images/autoscale > /dev/null # Setup Helm - TODO move to the infra image