mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 05:30:00 -04:00
Fix a typo in job name
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.
(cherry picked from commit 50e18f6720)
This commit is contained in:
parent
28565ff3ca
commit
9079ce8aaa
1 changed files with 1 additions and 1 deletions
|
|
@ -1945,7 +1945,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
|
||||
|
|
|
|||
Loading…
Reference in a new issue