Executable
+7
@@ -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 logs -f openstock-runner
|
||||
Reference in New Issue
Block a user