Use dumb-init to handle signal properly

This commit is contained in:
Moto Ishizawa
2020-02-06 18:47:50 +09:00
parent f5c8a0e655
commit c66916a4ee
2 changed files with 5 additions and 2 deletions

View File

@@ -17,4 +17,4 @@ fi
cd /runner
./config.sh --unattended --replace --name "${RUNNER_NAME}" --url "https://github.com/${RUNNER_REPO}" --token "${RUNNER_TOKEN}"
./run.sh --once
exec ./run.sh --once