From: Petr Špaček Date: Fri, 11 Mar 2022 09:06:39 +0000 (+0100) Subject: Always check if docs can be built from tarball X-Git-Tag: v9.19.0~69^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=188684a31d1ef365c39beba28e3ed5c20aa01833;p=thirdparty%2Fbind9.git Always check if docs can be built from tarball 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. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1a2f00072ee..bc3dd52b843 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -529,7 +529,7 @@ docs: artifacts: true docs:tarball: - <<: *schedules_tags_web_triggering_rules + <<: *default_triggering_rules <<: *base_image <<: *docs_job before_script: