Skip to content
Snippets Groups Projects
Commit af242966 authored by Quentin Bramas's avatar Quentin Bramas
Browse files

added short SHA print of the current commit in the console

parent d8abe3ab
Branches
Tags
No related merge requests found
Pipeline #342173 passed with stages
in 1 minute
......@@ -13,6 +13,7 @@ import { ApiUrl } from './config';
var socket = io(ApiUrl, { transports: ["websocket", "polling"] });
window.socket = socket;
console.log('VERSION', process.env.CI_COMMIT_SHORT_SHA || 'dev');
const searchParams = new URLSearchParams(location.search);
......
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