]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix a typo in job name
authorMichał Kępień <michal@isc.org>
Thu, 12 Mar 2026 11:27:36 +0000 (12:27 +0100)
committerPetr Špaček <pspacek@isc.org>
Thu, 12 Mar 2026 12:44:02 +0000 (13:44 +0100)
As hinted upon by the comment preceding it, the job preparing packager
notifications was (rather unsurprisingly) supposed to be called
"prepare-packager-notification".  Fix the typo in its name.

.gitlab-ci.yml

index 43c3c82f0276a6f2938a065141170bf5d0bda0bb..c731808714420352302e6e954f4758a2e3903168 100644 (file)
@@ -2050,7 +2050,7 @@ prepare-preannouncement:
 
 # Job preparing a packager notification MR in Printing Press
 
-prepare-package-notification:
+prepare-packager-notification:
   <<: *printing_press_job
   before_script:
     - *git_clone_bind9-qa