feat(runner): change image to catthehacker for debugging
This commit is contained in:
parent
9497cacf42
commit
fe530636d4
2 changed files with 6 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue