Set RUNNER_TOOL_CACHE on self-hosted environments

This commit is contained in:
Shivam Mathur
2022-07-05 12:03:30 +05:30
parent a863ab6d3d
commit da9dfe4a71
2 changed files with 2 additions and 0 deletions

View File

@ -151,6 +151,7 @@ self_hosted_setup() {
exit 1
else
self_hosted_helper >/dev/null 2>&1
add_env RUNNER_TOOL_CACHE /tmp
fi
fi
}