Pipelines are currently executed inside the git repo directory, and if one wants any kind of cleanup one has to take care of it oneself.
Please add an option (and if possible make it on by default) to run each pipeline in a dedicated $(mktemp -d) tempdir, and self-cleanup once finished.
This will make it much easier to write pipelines without having to think about everything.
Pipelines are currently executed inside the git repo directory, and if one wants any kind of cleanup one has to take care of it oneself.
Please add an option (and if possible make it on by default) to run each pipeline in a dedicated
$(mktemp -d)tempdir, and self-cleanup once finished.This will make it much easier to write pipelines without having to think about everything.