Skip to content

Commit

Permalink
fix test image (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnieeG authored Oct 18, 2023
1 parent 1e3efdf commit ecf4aec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion integration-tests/scripts/buildTests
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ecf4aec

Please sign in to comment.