Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix: shellcheck
Signed-off-by: Penghao <[email protected]>
  • Loading branch information
Phaow committed Oct 23, 2025
commit fa3507d430a54cde626827c7712e1831e026082e
3 changes: 2 additions & 1 deletion prow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1333,7 +1333,7 @@ function version_gt() {
greaterVersion=${greaterVersion#"v"};
test "$(printf '%s' "$versions" | sort -V | head -n 1)" != "$greaterVersion"
}

# shellcheck disable=SC2120
install_yq_if_missing() {
local version="${1:-v4.48.1}"
local yq_path="/usr/local/bin/yq"
Expand All @@ -1358,6 +1358,7 @@ main () {
ensure_paths

# Install yq
# shellcheck disable=SC2119
install_yq_if_missing

images=
Expand Down