feat: allow overriding release numbers to test
This commit is contained in:
parent
c1cfa1f39c
commit
acf39da353
2 changed files with 2 additions and 1 deletions
1
lib/RELEASE_NUMBERS
Normal file
1
lib/RELEASE_NUMBERS
Normal file
|
|
@ -0,0 +1 @@
|
|||
11.0 13.0 14.0
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue