TudbuT
049b585345
Some checks failed
testing / backend-checks (push) Has been skipped
testing / frontend-checks (push) Has been skipped
testing / test-unit (push) Has been skipped
testing / test-e2e (push) Has been skipped
testing / test-mysql (push) Has been skipped
testing / test-pgsql (push) Has been skipped
testing / test-sqlite (push) Has been skipped
testing / test-remote-cacher (map[image:docker.io/bitnami/redis:7.2 port:6379]) (push) Has been skipped
testing / test-remote-cacher (map[image:docker.io/bitnami/valkey:7.2 port:6379]) (push) Has been skipped
testing / test-remote-cacher (map[image:ghcr.io/microsoft/garnet-alpine:1.0.14 port:6379]) (push) Has been skipped
testing / test-remote-cacher (map[image:registry.redict.io/redict:7.3.0-scratch port:6379]) (push) Has been skipped
testing / security-check (push) Has been skipped
Integration tests for the release process / release-simulation (push) Has been cancelled
/ release (push) Has been cancelled
6 lines
No EOL
307 B
Bash
6 lines
No EOL
307 B
Bash
#!/bin/bash
|
|
|
|
# this is supposed to be run on a server with forgejo of some kind already installed.
|
|
|
|
FORGEJO_VERSION="tudbut-$(git log --oneline | head -n1 | sed -E 's/(\w+) (.*)/\1/g')" TAGS="bindata timetzdata sqlite sqlite_unlock_notify" make build || exit 1
|
|
sudo cp gitea /usr/local/bin/forgejo || exit 1 |