Skip to content

Add support for "file" option when exposing variables to CI runner

In https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/merge_requests/413 we introduced a feature that automatically converts variables to temporary files when file: true option is specified for variable.

Now we have to add support for this option in the API which GitLab Runner uses.

  • API
  • test for it
  • documentation

/cc @nick.thomas @ayufan @tmaczukin