Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
skonto committed Jun 25, 2024
1 parent 4125127 commit e8ce9eb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e8ce9eb

Please sign in to comment.