diff --git a/runner/entrypoint.sh b/runner/entrypoint.sh index 887239c9..1af2b0cb 100755 --- a/runner/entrypoint.sh +++ b/runner/entrypoint.sh @@ -134,9 +134,9 @@ cat .runner # -H "Authorization: bearer ${GITHUB_TOKEN}" # https://api.github.com/repos/USER/REPO/actions/runners/171 -if [ -z "${UNITTEST:-}" ]; then +# Hack due to the DinD volumes +if [ -z "${UNITTEST:-}" ] && [ -e ./externalstmp ]; then mkdir -p ./externals - # Hack due to the DinD volumes mv ./externalstmp/* ./externals/ fi