Skip to content

Rename .notify_base job in pre-deploy.gitlab-ci.yml to be unique

What does this MR do and why?

Describe in detail what your merge request does and why.

Content

  • Rename .notify_base job in pre-deploy.gitlab-ci.yml to be unique

.notify_base in pre-deploy.gitlab-ci.yml was overriding the .notify_base job in coordinated-pipeline.gitlab-ci.yml.

Rename the job template in pre-deploy.gitlab-ci.yml so that it doesn't clash with the one in coordinated-pipeline.gitlab-ci.yml.

We should also rename the .notify_base job in coordinated-pipeline.gitlab-ci.yml to be unique.

Author Check-list

  • Has documentation been updated?
Edited by Dat Tang

Merge request reports