Compare commits
1 commit
main
...
feat/allow
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
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.)
|
# 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===============
|
PREFIX===============
|
||||||
export DIR=/tmp/forgejo-end-to-end
|
export DIR=/tmp/forgejo-end-to-end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue