GitLab CI: avoid calling before_scripts on unintended jobs
commit65ea4e65df15682f058b3ef61c8d8fc278ddc0d3
authorCleber Rosa <crosa@redhat.com>
Thu, 12 Mar 2020 19:36:14 +0000 (12 15:36 -0400)
committerThomas Huth <thuth@redhat.com>
Thu, 28 May 2020 09:00:39 +0000 (28 11:00 +0200)
tree63fbd3810c10619e9aa2d9b8f7db0670453c46b7
parentf3ea07c70debad6b8f6c084ad0e0c9ff27b3e73c
GitLab CI: avoid calling before_scripts on unintended jobs

At this point it seems that all jobs depend on those steps, with
maybe the EDK2 jobs as exceptions.

The jobs that will be added later will not want those scripts to be
run, so let's move these steps to the appropriate jobs, while
still trying to avoid repetition.

Signed-off-by: Cleber Rosa <crosa@redhat.com>
Message-Id: <20200525131823.715-4-thuth@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
[thuth: Rebased to current master branch, use separate template]
Signed-off-by: Thomas Huth <thuth@redhat.com>
.gitlab-ci.yml