Add Gitea runner configuration
CI / test (push) Failing after 1s

This commit is contained in:
2026-06-09 14:59:10 +09:00
parent b40839a998
commit ad6de5ba83
7 changed files with 78 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env sh
set -eu
RUNNER_DIR="$(CDPATH= cd -- "$(dirname -- "$0")/../ops/gitea-runner" && pwd)"
cd "$RUNNER_DIR"
docker compose down