Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Azzopardi <steveazz@outlook.com>2018-10-04 11:59:20 +0300
committerSteve Azzopardi <steveazz@outlook.com>2018-10-04 11:59:20 +0300
commit7e3e895d744e3ee4ab3d209e08c835530a239874 (patch)
tree151fccfbb620ebfca142a1cb3bfa25a9881f17c1 /spec/fixtures
parent2243e4d4ca4bbd96a05059d463d283d468a3fc57 (diff)
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.
Diffstat (limited to 'spec/fixtures')
-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
+ }
}