gitlab-org--gitlab-foss/lib/gitlab/ci/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
..
artifacts.rb
cache.rb
commands.rb
coverage.rb
default.rb Introduce default: for gitlab-ci.yml 2019-06-18 10:36:07 +00:00
environment.rb
hidden.rb Introduce default: for gitlab-ci.yml 2019-06-18 10:36:07 +00:00
image.rb Fix port validations in .gitlab-webide.yml 2019-06-01 12:37:29 +02:00
include.rb
includes.rb
job.rb Introduce default: for gitlab-ci.yml 2019-06-18 10:36:07 +00:00
jobs.rb Introduce default: for gitlab-ci.yml 2019-06-18 10:36:07 +00:00
key.rb
paths.rb
policy.rb
port.rb
ports.rb
reports.rb
retry.rb
root.rb Introduce default: for gitlab-ci.yml 2019-06-18 10:36:07 +00:00
script.rb
service.rb Fix port validations in .gitlab-webide.yml 2019-06-01 12:37:29 +02:00
services.rb
stage.rb
stages.rb
variables.rb