Commit 2dab7245 authored by Phil Hughes's avatar Phil Hughes

Added back in the CI status favicon

Looks like it was removed with a bad merge conflict resolution
parent c98add15
......@@ -90,6 +90,8 @@ window.Build = (function () {
success: ((log) => {
const $buildContainer = $('.js-build-output');
gl.utils.setCiStatusFavicon(`${this.pageUrl}/status.json`);
if (log.state) {
this.state = log.state;
}
......
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