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:
authorFilipa Lacerda <filipa@gitlab.com>2018-10-03 19:00:09 +0300
committerSteve Azzopardi <steveazz@outlook.com>2018-10-04 11:22:31 +0300
commit295b0466b38f261ad10be72e18c0915f4f646379 (patch)
treec3998dd3c1005cabb3441867c4f73e0ea3acbeba /spec/fixtures
parent32bba60c63748aec0fe4f099d71117b031e660cc (diff)
Removes icon key from job endpoint
This was added because we thought we'd need to render the environment status but we already have this information in the build status
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