Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Michael Kriese
acf39da353
feat: allow overriding release numbers to test 2025-12-19 14:52:17 +01:00
2 changed files with 2 additions and 1 deletions

1
lib/RELEASE_NUMBERS Normal file
View file

@ -0,0 +1 @@
11.0 13.0 14.0

View file

@ -26,7 +26,7 @@ IP=$(hostname -I | cut -f1 -d' ')
#
# Forgejo releases for which a branch exists (7.0/forgejo etc.)
#
RELEASE_NUMBERS="11.0 13.0 14.0"
RELEASE_NUMBERS=$(cat $LIB_DIR/RELEASE_NUMBERS)
PREFIX===============
export DIR=/tmp/forgejo-end-to-end