Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
14 lines
523 B
Diff
14 lines
523 B
Diff
diff --git a/vue.config.js b/vue.config.js
|
|
index d6fdd46..141d28f 100644
|
|
--- a/vue.config.js
|
|
+++ b/vue.config.js
|
|
@@ -9,7 +9,7 @@ const __filename = fileURLToPath(import.meta.url); // get the resolved path to t
|
|
const __dirname = path.dirname(__filename); // get the name of the directory
|
|
|
|
// get git info from command line
|
|
-const _COMMIT_HASH = child_process.execSync('git rev-parse --short HEAD').toString().trim();
|
|
+const _COMMIT_HASH = "@commit_hash@";
|
|
console.info('Commit hash:', _COMMIT_HASH);
|
|
|
|
export default {
|