cirruslabs / gitlab-tart-executor

GitLab Runner executor to run jobs in Tart VMs
MIT License
60 stars 5 forks source link

prepare stage: introduce --no-auto-prune command-line flag #42

Closed edigaryev closed 1 year ago

edigaryev commented 1 year ago

GitLab Runner prefixes all external environment variables passed to the custom runner with CUSTOM_ENV_*, so https://github.com/cirruslabs/gitlab-tart-executor/issues/41#issuecomment-1791145843 wouldn't work.

Since TART_NO_AUTO_PRUNE might influence behavior for other tasks, it makes sense to add it as a command-line flag, instead of an environment variable.