Commit c2bfe215 authored by Marius Bobin's avatar Marius Bobin

Pretty print files

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