]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Always check if docs can be built from tarball
authorPetr Špaček <pspacek@isc.org>
Fri, 11 Mar 2022 09:06:39 +0000 (10:06 +0100)
committerPetr Špaček <pspacek@isc.org>
Fri, 11 Mar 2022 09:52:28 +0000 (10:52 +0100)
The docs:tarball job is deemed to be cheap enough to run all the time
and it catches omissions in dist targets of Makefiles.

MR !5254 was missing changes to dist target in Makefile and broke docs
build from tarball without us noticing during pipeline run on the MR,
and it manifested itself only on scheduled pipelines which include
docs:tarball job.

.gitlab-ci.yml

index 1a2f00072ee7d97c662ef84950e56bcd2d32b83a..bc3dd52b8430f02dafe13cffbd437f17a4e7c61f 100644 (file)
@@ -529,7 +529,7 @@ docs:
       artifacts: true
 
 docs:tarball:
-  <<: *schedules_tags_web_triggering_rules
+  <<: *default_triggering_rules
   <<: *base_image
   <<: *docs_job
   before_script: