Currently, the start.sh script invokes a cleanup routine for unregistering the runner.
|
trap 'cleanup; exit 130' INT |
Expand or refactor this capability to include scenarios where the host container is terminated. For example when running docker stop or docker kill
Currently, the start.sh script invokes a cleanup routine for unregistering the runner.
dockerfiles/Linux/github-runner/docker/start.sh
Line 53 in ca45b6b
Expand or refactor this capability to include scenarios where the host container is terminated. For example when running
docker stopordocker kill