]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
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)
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

index 269fd05f4c87943b27ec3b26524fe6477c3893b5..c789a6b27e10200631333fdcc332031f5dd07fed 100644 (file)
@@ -522,6 +522,7 @@ tarball-create:
   only:
     - schedules
     - tags
+    - web
 
 # Jobs for doc builds on Debian Sid (amd64)