Skip to content

Commit

Permalink
Merge pull request myoung34#282 from fabfuel/fabfuel/nested-default-b…
Browse files Browse the repository at this point in the history
…ranch

Make default workdir a subfolder under /_work
  • Loading branch information
myoung34 authored Feb 10, 2023
2 parents 3f79a3e + a125d7e commit 03a6e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if [[ ${RANDOM_RUNNER_SUFFIX} != "true" ]]; then
fi
fi

_RUNNER_WORKDIR=${RUNNER_WORKDIR:-/_work-${_RUNNER_NAME}}
_RUNNER_WORKDIR=${RUNNER_WORKDIR:-/_work/${_RUNNER_NAME}}
_LABELS=${LABELS:-default}
_RUNNER_GROUP=${RUNNER_GROUP:-Default}
_GITHUB_HOST=${GITHUB_HOST:="github.com"}
Expand Down

0 comments on commit 03a6e84

Please sign in to comment.