-
- Downloads
Merge branch 'fix-yaml-variables' into 'master'
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 See merge request !8088
No related branches found
No related tags found
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/ci/variables.rb 27 additions, 0 deletionslib/gitlab/serialize/ci/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/ci/variables_spec.rb 18 additions, 0 deletionsspec/lib/gitlab/serialize/ci/variables_spec.rb
- spec/models/build_spec.rb 17 additions, 3 deletionsspec/models/build_spec.rb
Loading
Please register or sign in to comment