diff --git a/integration-tests/scripts/buildTests b/integration-tests/scripts/buildTests index 8159d05f48..695106afc5 100755 --- a/integration-tests/scripts/buildTests +++ b/integration-tests/scripts/buildTests @@ -10,11 +10,12 @@ SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd) cd "$SCRIPT_DIR"/../../ || exit 1 cd ./integration-tests +go mod tidy make operator-ui helm repo update -# parse out quotes if they exist in the strin +# parse out quotes if they exist in the string temp="${1%\"}" tosplit="${temp#\"}"