Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
AnieeG committed Sep 12, 2023
1 parent af3084f commit 42f2b25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration-tests/scripts/buildTests
Original file line number Diff line number Diff line change
Expand Up @@ -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#\"}"

Expand Down

0 comments on commit 42f2b25

Please sign in to comment.