Skip to content

Fix the YAML for the notify-deployments job

Yorick Peterse requested to merge fix-notify-deployments-yaml into master

"extends" will not work here as the value of the before_script keys are not merged. To work around this, we move the custom commands into the "script" key and include the .with-bundle template like the other jobs.

Merge request reports