Skip to content

Commit

Permalink
releaseCheck: Don't pick up beta builds when checking GA
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart X Addison <sxa@redhat.com>
  • Loading branch information
sxa committed Mar 21, 2024
1 parent 0e452ee commit cf0dbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbin/releaseCheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ echo Grabbing information from https://github.com/adoptium/temurin${TEMURIN_VERS
FILTER=$(echo $TEMURIN_TAG | sed 's/+/%2B/g')
echo FILTER IS: $FILTER
curl -q https://api.github.com/repos/adoptium/temurin${TEMURIN_VERSION}-binaries/releases |
grep "$FILTER" |
grep "/$FILTER/" |
awk -F'"' '/browser_download_url/{print$4}' > releaseCheck.$$.tmp || exit 1

#### LINUX (ALL)
Expand Down

0 comments on commit cf0dbde

Please sign in to comment.