Closed edigaryev closed 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.
CUSTOM_ENV_*
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.
TART_NO_AUTO_PRUNE
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.