.gitlab-ci.yml: Use .extends to avoid duplication of autobuild command
authorAndrew Bartlett <abartlet@samba.org>
Wed, 13 Feb 2019 03:43:51 +0000 (16:43 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 14 Feb 2019 01:18:30 +0000 (02:18 +0100)
commit20017b57061e1dad6c483eed24d9e996da559f1b
treee5a074d45f533dd84c37e4e789cd8a00f5954f72
parentda56644792379b1ead8221233f1b43f55e942202
.gitlab-ci.yml: Use .extends to avoid duplication of autobuild command

This should make our .gitlab-ci.yml file much less overwealming.

The downside is that $CI_JOB_NAME is printed rather than the job name
in the log, but the upside is that the names must now strictly match.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Tim Beale <timbeale@catalyst.net.nz>
.gitlab-ci-private.yml
.gitlab-ci.yml