]> 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)
committerOndřej Surý <ondrej@sury.org>
Tue, 1 Oct 2019 14:42:33 +0000 (16:42 +0200)
.gitlab-ci.yml

index 367b04eaac932f933bcfed504fb5660267dc4987..041f10cd36644e213ea7f0621f57272ff885517c 100644 (file)
@@ -132,7 +132,7 @@ stages:
   stage: precheck
 
 .autoconf: &autoconf_job
-  <<: *default_triggering_rules
+  <<: *release_branch_triggering_rules
   <<: *debian_sid_amd64_image
   stage: precheck
   script:
@@ -226,7 +226,6 @@ stages:
 # Jobs in the precheck stage
 
 autoreconf:sid:amd64:
-  <<: *release_branch_triggering_rules
   <<: *autoconf_job
 
 misc:sid:amd64: