]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix the triggering rule for autoreconf job (take 2)
authorOndřej Surý <ondrej@sury.org>
Tue, 1 Oct 2019 14:42:33 +0000 (16:42 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 17 Oct 2019 10:05:55 +0000 (12:05 +0200)
(cherry picked from commit 3b339eb43f1350b0e26e09c51edcbd4becacfec3)

.gitlab-ci.yml

index e6a4ed7b143314079e0c58a3aca13d73cfaa1f35..710ca40ccdff990541b860618fd1e7979e0b0c16 100644 (file)
@@ -140,7 +140,7 @@ stages:
   stage: precheck
 
 .autoconf: &autoconf_job
-  <<: *default_triggering_rules
+  <<: *release_branch_triggering_rules
   <<: *debian_sid_amd64_image
   stage: precheck
   script:
@@ -275,7 +275,6 @@ stages:
 # Jobs in the precheck stage
 
 autoreconf:sid:amd64:
-  <<: *release_branch_triggering_rules
   <<: *autoconf_job
 
 misc:sid:amd64: