From ecf4aecbad00846e3a23d5e194dba7d09240341c Mon Sep 17 00:00:00 2001 From: Anindita Ghosh <88458927+AnieeG@users.noreply.github.com> Date: Tue, 17 Oct 2023 19:59:02 -0700 Subject: [PATCH] fix test image (#215) --- integration-tests/scripts/buildTests | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/integration-tests/scripts/buildTests b/integration-tests/scripts/buildTests index edf4043ce1..c487521519 100755 --- a/integration-tests/scripts/buildTests +++ b/integration-tests/scripts/buildTests @@ -8,7 +8,9 @@ set -ex # get this scripts directory SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd) -cd "$SCRIPT_DIR"/../ || exit 1 +cd "$SCRIPT_DIR"/../../ || exit 1 +make test_need_operator_assets +cd ./integration-tests helm repo update