Commit 96081654 authored by Oswaldo Ferreira's avatar Oswaldo Ferreira

Adjust merge_request.json schema conflicts

parent 72432c46
...@@ -94,7 +94,6 @@ ...@@ -94,7 +94,6 @@
"commit_change_content_path": { "type": "string" }, "commit_change_content_path": { "type": "string" },
"remove_wip_path": { "type": "string" }, "remove_wip_path": { "type": "string" },
"commits_count": { "type": "integer" }, "commits_count": { "type": "integer" },
<<<<<<< HEAD
"merge_ongoing": { "type": "boolean" }, "merge_ongoing": { "type": "boolean" },
"remove_source_branch": { "type": ["boolean", "null"] }, "remove_source_branch": { "type": ["boolean", "null"] },
// EE-specific // EE-specific
...@@ -112,10 +111,6 @@ ...@@ -112,10 +111,6 @@
"head_path": { "type": "string" }, "head_path": { "type": "string" },
"base_path": { "type": "string" } "base_path": { "type": "string" }
} }
=======
"remove_source_branch": { "type": ["boolean", "null"] },
"merge_ongoing": { "type": "boolean" }
>>>>>>> upstream/master
}, },
"additionalProperties": false "additionalProperties": false
} }
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