summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Azzopardi <steveazz@outlook.com>2018-10-04 10:59:20 +0200
committerSteve Azzopardi <steveazz@outlook.com>2018-10-04 10:59:20 +0200
commit7e3e895d744e3ee4ab3d209e08c835530a239874 (patch)
tree151fccfbb620ebfca142a1cb3bfa25a9881f17c1
parent2243e4d4ca4bbd96a05059d463d283d468a3fc57 (diff)
downloadgitlab-ce-7e3e895d744e3ee4ab3d209e08c835530a239874.tar.gz
Remove addtionalProperties in runners schema
This resulted into failure on EE pipeline, for more information follow from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7600#note_105310648 onwards.
-rw-r--r--spec/fixtures/api/schemas/job/runners.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/fixtures/api/schemas/job/runners.json b/spec/fixtures/api/schemas/job/runners.json
index bebb0c88652..646bfd3a82d 100644
--- a/spec/fixtures/api/schemas/job/runners.json
+++ b/spec/fixtures/api/schemas/job/runners.json
@@ -8,6 +8,5 @@
"online": { "type": "boolean" },
"available": { "type": "boolean" },
"settings_path": { "type": "string" }
- },
- "additionalProperties": false
+ }
}