Commit c2bfe215 authored by Marius Bobin's avatar Marius Bobin

Pretty print files

parent 9fea0b50
...@@ -48,7 +48,7 @@ export default { ...@@ -48,7 +48,7 @@ export default {
'X-GITLAB-GRAPHQL-RESOURCE-ETAG': `pipelines/id/${this.pipelineIid}`, 'X-GITLAB-GRAPHQL-RESOURCE-ETAG': `pipelines/id/${this.pipelineIid}`,
'X-REQUESTED_WITH': 'XMLHttpRequest', 'X-REQUESTED_WITH': 'XMLHttpRequest',
}, },
} };
}, },
query: getPipelineDetails, query: getPipelineDetails,
pollInterval: 10000, pollInterval: 10000,
...@@ -61,8 +61,7 @@ export default { ...@@ -61,8 +61,7 @@ export default {
update(data) { update(data) {
return unwrapPipelineData(this.pipelineProjectPath, data); return unwrapPipelineData(this.pipelineProjectPath, data);
}, },
error(err) { error() {
console.log(err);
this.reportFailure(LOAD_FAILURE); this.reportFailure(LOAD_FAILURE);
}, },
}, },
......
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