feat(runner): change image to catthehacker for debugging
Some checks failed
build / build (push) Successful in 46s
Go Tests / go-tests (push) Failing after 1m3s

This commit is contained in:
Martin McCaffery 2025-10-28 14:27:33 +00:00
parent 9497cacf42
commit fe530636d4
Signed by: martin.mccaffery
GPG key ID: 7C4D0F375BCEE533
2 changed files with 6 additions and 3 deletions

View file

@ -6,6 +6,8 @@ RUNNER_HOME=${RUNNER_HOME:-/data}
set -ex
set -o pipefail
mkdir -p ${RUNNER_HOME}
if [ ! -d "${RUNNER_HOME}" ]; then
log.error "$RUNNER_HOME should be an emptyDir mount. Please fix the pod spec."
exit 1