-
Steven Pritchard authored
According to https://docs.gitlab.com/ee/ci/yaml/README.html#globally-defined-image-services-cache-before_script-after_script: > Defining `image`, `services`, `cache`, `before_script`, and `after_script` globally is deprecated. Support could be removed from a future release. This change moves `image`, `cache`, and `before_script` to the top-level `default` key instead. Fixes #350.
Steven Pritchard authoredAccording to https://docs.gitlab.com/ee/ci/yaml/README.html#globally-defined-image-services-cache-before_script-after_script: > Defining `image`, `services`, `cache`, `before_script`, and `after_script` globally is deprecated. Support could be removed from a future release. This change moves `image`, `cache`, and `before_script` to the top-level `default` key instead. Fixes #350.
Loading