mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-04-29 07:20:16 +08:00
- registration warning string - root cobra command Short - README title and content - Makefile Go version error message - Kubernetes example resource names - s6 service directory Co-Authored-By: Claude (Opus 4.7) <noreply@anthropic.com>
6 lines
62 B
Bash
Executable File
6 lines
62 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
s6-svwait -U /etc/s6/docker
|
|
|
|
exec run.sh
|