mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
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.
This commit is contained in:
@@ -529,7 +529,7 @@ docs:
|
||||
artifacts: true
|
||||
|
||||
docs:tarball:
|
||||
<<: *schedules_tags_web_triggering_rules
|
||||
<<: *default_triggering_rules
|
||||
<<: *base_image
|
||||
<<: *docs_job
|
||||
before_script:
|
||||
|
Reference in New Issue
Block a user