Commit 5d1c8258 authored by Filipa Lacerda's avatar Filipa Lacerda

Adds required prop to the post merge pipeline

Two different MRs updating the same code were merged
and this was not caught prior to merge.
This MR adds the missing prop to the post merge pipeline
parent 418de3fc
......@@ -356,6 +356,7 @@ export default {
:has-ci="mr.hasCI"
:source-branch="mr.targetBranch"
:source-branch-link="mr.targetBranch"
:troubleshooting-docs-path="mr.troubleshootingDocsPath"
/>
<deployment
v-for="postMergeDeployment in mr.postMergeDeployments"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment