Skip to content

Commit

Permalink
Revert "Temporary backfill of missed versions"
Browse files Browse the repository at this point in the history
  • Loading branch information
yosifkit authored Nov 3, 2023
1 parent a118479 commit 94ed412
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
17 changes: 0 additions & 17 deletions 8.10.3/Dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ for version in "${versions[@]}"; do
fi

fullVersion="$(
grep -P "^\Qv$rcVersion" <<<"$tags" \
grep -P "^\Qv$rcVersion." <<<"$tags" \
| grep $rcGrepV -E -- '-(alpha|beta|rc)' \
| tail -1
)"
Expand Down

0 comments on commit 94ed412

Please sign in to comment.