]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix triggering rules for the "tarball-create" job
authorMichał Kępień <michal@isc.org>
Wed, 7 Apr 2021 20:31:09 +0000 (22:31 +0200)
committerMichał Kępień <michal@isc.org>
Wed, 7 Apr 2021 20:34:15 +0000 (22:34 +0200)
commitba106468a9f69a7e741fa8c4f5665ffc4c04fe47
tree3cc78b42b3409a6c73a8753ff3dcee808fd52e21
parente4d6bf4434522b866a3d6d5e0b3b098411a3c227
Fix triggering rules for the "tarball-create" job

Commit de35d321f03799c6ca723121d97af6ff82611ef4 (a backport of commit
4d5d3b75da12a6e4c1180bc003d88badf52cb514) did not account for the fact
that the "tarball-create" GitLab CI job is not created for manually
triggered pipelines.  This prevents manual pipeline creation from
succeeding as it causes the "gcc:tarball" job to have unsatisfied
dependencies.  Make sure the "tarball-create" job is created for
manually triggered pipelines to allow such pipelines to be started
again.

(cherry picked from commit 233294d7503b126fbad7004bd97aa271d41ed712)
.gitlab-ci.yml