]> git.ipfire.org Git - thirdparty/libvirt.git/commit
gitlab-ci.yml: Replace template anchors with extends
authorErik Skultety <eskultet@redhat.com>
Wed, 13 Jan 2021 16:45:06 +0000 (17:45 +0100)
committerErik Skultety <eskultet@redhat.com>
Fri, 15 Jan 2021 09:44:12 +0000 (10:44 +0100)
commitb97487388766875f0ce73bc7658caee1bdf6b23e
tree59108417ab10da3232f7a69ea84f4fcc9dcdddb0
parent0335f00d70b201d4fcf556185f3c3aec7c8e14d4
gitlab-ci.yml: Replace template anchors with extends

'extends' is slightly more readable and definitely more flexible in
terms of allowing includes of templates.
The main reason for this patch though is that the next patch converts
the 'only/except' syntax to the new (preferable) 'rules' syntax.
Variable anchors are still kept intact because the use case there is
different from regular template anchors.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
.gitlab-ci.yml