Skip to content

fix(gitlab-ci): some globally defined keywords are deprecated

Daniel Dehennin requested to merge fix/gitlab-ci-deprecated-syntax into dev

As defined in the documentation, defining globally image, before_script and cache is deprecated. It should at least go under the default keyword.

We define the .meteor job template to factorise all the meteor jobs common attributes, like a meteor only default.

This is a preparation for futur non meteor jobs which will not require most of them.

Closes: #7 (closed)

Edited by Daniel Dehennin

Merge request reports