gitlab-ci.yml use deprecated syntax
The current .gitlab-ci.yml
define image
, cache
and before_script
globally which is deprecated.
One option is to put them under default:
keyword or use a hidden job as template.
The current .gitlab-ci.yml
define image
, cache
and before_script
globally which is deprecated.
One option is to put them under default:
keyword or use a hidden job as template.