Re: [PATCH 3/7] GitLab CI: avoid calling before_scripts on unintended jobs

2020-05-27 Thread Alex Bennée
Thomas Huth writes: > From: Cleber Rosa > > 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 tryi

[PATCH 3/7] GitLab CI: avoid calling before_scripts on unintended jobs

2020-05-25 Thread Thomas Huth
From: Cleber Rosa 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