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:
authorGrzegorz Bizon <grzegorz@gitlab.com>2018-10-05 12:10:10 +0300
committerGrzegorz Bizon <grzegorz@gitlab.com>2018-10-05 12:10:10 +0300
commitc350f3ccd8e72d2e655210c74e508e7720763eb7 (patch)
treee3b9a11652d662ec54b5771d0f1585cbde2c7f4c /spec/fixtures
parent986c0578ed6fb4c5c14635d95c4b941072ee54d8 (diff)
parentd20d52f541a0905a31b9773f0a2ea83ca6235aec (diff)
Merge branch '50904-remove-icon-env' into 'master'
Removes icon key from job endpoint See merge request gitlab-org/gitlab-ce!22085
Diffstat (limited to 'spec/fixtures')
-rw-r--r--spec/fixtures/api/schemas/job/deployment_status.json2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/fixtures/api/schemas/job/deployment_status.json b/spec/fixtures/api/schemas/job/deployment_status.json
index a90b8b35654..83b1899fdf3 100644
--- a/spec/fixtures/api/schemas/job/deployment_status.json
+++ b/spec/fixtures/api/schemas/job/deployment_status.json
@@ -2,7 +2,6 @@
"type": "object",
"required": [
"status",
- "icon",
"environment"
],
"properties": {
@@ -20,7 +19,6 @@
{ "type": "null" }
]
},
- "icon": { "type": "string" },
"environment": { "$ref": "../environment.json" }
},
"additionalProperties": false