summaryrefslogtreecommitdiff
path: root/db/migrate/20190416213631_add_variable_type_to_ci_pipeline_schedule_variables.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-271-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-271-1/+1
|
* Implement support for CI variables of type fileKrasimir Angelov2019-05-061-0/+17
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.