gitlab-org--gitlab-foss/spec/lib/gitlab/config/entry
Kamil Trzciński 505d71ec88 Introduce default: for gitlab-ci.yml
This moves all existing `image/services/before_script/variables`
into `default:`. This allows us to easily add a default and
top-level entries. `default`: is keep backward compatible: to
be considered to be job if `default:script:` is specified. This
behavior should be removed.

All existing `image/services/before_script/variables` are properly
handled in root context.
2019-06-18 10:36:07 +00:00
..
attributable_spec.rb
boolean_spec.rb
configurable_spec.rb Introduce default: for gitlab-ci.yml 2019-06-18 10:36:07 +00:00
factory_spec.rb Introduce default: for gitlab-ci.yml 2019-06-18 10:36:07 +00:00
simplifiable_spec.rb
undefined_spec.rb
unspecified_spec.rb
validatable_spec.rb
validator_spec.rb