master
Tc001 2022-12-17 19:33:52 +02:00
parent 23a0fae34e
commit a9b4e772c9
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ pipeline:
build:
image: node:16.14-bullseye
commands:
- wget -qO gitea.tar.gz "https://github.com/go-gitea/gitea/archive/refs/tags/$(cat version.txt).tar.gz"
- wget -qO gitea.tar.gz "https://codeberg.org/forgejo/forgejo/archive/$(cat version.txt).tar.gz"
- mkdir gitea
- tar -xzf gitea.tar.gz -C gitea --strip-components 1
- cp -rf patches/* gitea

View File

@ -1 +1 @@
v1.17.2
v1.18.0-rc1