Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
v0lkan committed Mar 17, 2024
1 parent 0b16578 commit 6deb98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ if [[ "$ORIGIN" != "remote" && "$ORIGIN" != "eks" ]]; then
ORIGIN="local"
fi

CI="$2"
CI="${2:-}"

go run ./ci/test/main.go ./ci/test/run.go -origin "$ORIGIN" -ci "$CI"

0 comments on commit 6deb98f

Please sign in to comment.