feat: allow overriding release numbers to test

This commit is contained in:
Michael Kriese 2025-12-19 14:52:17 +01:00
parent c1cfa1f39c
commit acf39da353
No known key found for this signature in database
GPG key ID: F8D7748549A5986A
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