-
- Downloads
Extract CI config YAML parser to a separate class
With this approach it would be easier to add different sources of configuration, that we do not necessairly have to be in YAML format.
Showing
- lib/gitlab/ci/config.rb 4 additions, 4 deletionslib/gitlab/ci/config.rb
- lib/gitlab/ci/config/parser.rb 25 additions, 0 deletionslib/gitlab/ci/config/parser.rb
- spec/lib/gitlab/ci/config/parser_spec.rb 54 additions, 0 deletionsspec/lib/gitlab/ci/config/parser_spec.rb
- spec/lib/gitlab/ci/config_spec.rb 13 additions, 1 deletionspec/lib/gitlab/ci/config_spec.rb
lib/gitlab/ci/config/parser.rb
0 → 100644
spec/lib/gitlab/ci/config/parser_spec.rb
0 → 100644
Please register or sign in to comment