-
- Downloads
There was an error fetching the commit references. Please try again later.
(#350) Update deprecated globals
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.
Please register or sign in to comment