1.19.3
ci/woodpecker/push/woodpecker Pipeline is pending Details

This commit is contained in:
Cat /dev/Nulo 2023-05-03 18:23:47 -03:00
parent 3fbee56b9a
commit cad8768ec3
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ pipeline:
- apk add --quiet git nodejs npm go make
- |
# forgejo-src-1.19.2-0.tar.gz
wget -qO- https://codeberg.org/attachments/e8a16fd2-14db-4d42-b96a-75a3b192f98e | tar zx
# forgejo-src-1.19.3-0.tar.gz
wget -qO- https://codeberg.org/attachments/db29081a-5dd8-4257-ad57-fe50d22461c8 | tar zx
cd forgejo*
- |