Compare commits

..

No commits in common. "3fbee56b9a677944cf1ca95ebed3c8133798cbcd" and "d119d3dc5d483c9aca5821ec7217c9d7ebf24e8e" have entirely different histories.

2 changed files with 2 additions and 3 deletions

1
.gitignore vendored
View file

@ -1,3 +1,2 @@
rootfs/
cache/
.env

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.1-0.tar.gz
wget -qO- https://codeberg.org/attachments/b272a3d7-9095-4a82-8e8b-cac9d3a6bc2b | tar zx
cd forgejo*
- |