-
- Downloads
Convert CI YAML variables keys into strings
So that this would be more consistent with the other variables, which all of them are string based. Closes #25554
Showing
- app/models/ci/build.rb 1 addition, 1 deletionapp/models/ci/build.rb
- changelogs/unreleased/fix-yaml-variables.yml 4 additions, 0 deletionschangelogs/unreleased/fix-yaml-variables.yml
- lib/ci/gitlab_ci_yaml_processor.rb 1 addition, 1 deletionlib/ci/gitlab_ci_yaml_processor.rb
- lib/gitlab/serialize/yaml_variables.rb 30 additions, 0 deletionslib/gitlab/serialize/yaml_variables.rb
- spec/factories/ci/builds.rb 1 addition, 1 deletionspec/factories/ci/builds.rb
- spec/lib/ci/gitlab_ci_yaml_processor_spec.rb 12 additions, 12 deletionsspec/lib/ci/gitlab_ci_yaml_processor_spec.rb
- spec/lib/gitlab/serialize/yaml_variables_spec.rb 19 additions, 0 deletionsspec/lib/gitlab/serialize/yaml_variables_spec.rb
- spec/models/build_spec.rb 1 addition, 1 deletionspec/models/build_spec.rb
Loading
Please register or sign in to comment