Replace yaml anchors by extends in gitlab-ci
Replace yaml anchors :
<< *build
by :
extends : build
Same functionality, but easier to read and maintain.
extends
feature requires GitLab 12.0+
Edited by Vincent Texier
Replace yaml anchors :
<< *build
by :
extends : build
Same functionality, but easier to read and maintain.
extends
feature requires GitLab 12.0+