Skip to content
Commit 85609c11 authored by Krasimir Angelov's avatar Krasimir Angelov Committed by Lin Jen-Shin
Browse files

Implement support for CI variables of type file

Add env_var and file as supported types for CI variables. Variables of
type file expose to users existing gitlab-runner behaviour - save
variable value into a temp file and set the path to this file in an ENV
var named after the variable key.

Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/46806.
parent 4d2d8124
Loading
Loading
Loading