]> git.ipfire.org Git - thirdparty/bind9.git/commit
ci: move baseline version detection into separate job
authorTom Krizek <tkrizek@isc.org>
Wed, 27 Sep 2023 13:26:10 +0000 (15:26 +0200)
committerTom Krizek <tkrizek@isc.org>
Wed, 1 Nov 2023 08:47:19 +0000 (09:47 +0100)
commitef4e2d296458367aa1628dee238bb534087792e4
tree9f942e3bd60fad61d668de22844308f5966479ed
parent3f205f3218915e00d5a7162d7665adfef473d8ba
ci: move baseline version detection into separate job

Multiple CI jobs may utilize a baseline version, i.e. the version that
the current code should be tested against when doing comparative
testing. To avoid repeating the non-trivial detection of the baseline
version, move it into a separate job which creates an environment file
that subsequent jobs may require via `needs` option. It is then possible
to use the variable(s) defined in the script section of the new job.
.gitlab-ci.yml