Skip to content

Commit

Permalink
release-build: remove "Skipping $version"
Browse files Browse the repository at this point in the history
This makes the function returning an inappropriate value.

Signed-off-by: Mathieu Tortuyaux <[email protected]>
  • Loading branch information
tormath1 committed Dec 18, 2024
1 parent dd38a27 commit 6cb91d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion release_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ function fetch_releases {
local version component r
for r in "${KBS_VERS_ARRAY[@]}"; do
if ! grep -q "v${r%.*}" "${file}"; then
echo "Skipping $r"
continue
fi
version=$(cat "${file}" | grep "v${r%.*}" | grep -v "rc"| head -n1)
Expand Down

0 comments on commit 6cb91d8

Please sign in to comment.