Initial Gitea Runner Debian builder

This commit is contained in:
2026-05-08 18:36:54 +02:00
commit c6ab070c09
13 changed files with 299 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/sh
set -e
systemctl stop gitea-runner || true
exit 0