Commit 64ec4103 authored by sarahghp's avatar sarahghp

Add backport lines

parent cdc29269
......@@ -49,6 +49,7 @@ export default {
required: false,
default: () => ({
sourceProjectId: '',
sourceProjectPath: '',
mergeRequestId: '',
appUrl: '',
}),
......
......@@ -50,6 +50,7 @@ export default {
appUrl: this.mr.appUrl,
mergeRequestId: this.mr.iid,
sourceProjectId: this.mr.sourceProjectId,
sourceProjectPath: this.mr.sourceProjectFullPath,
};
},
pipeline() {
......
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