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
596 B
Diff
14 lines
596 B
Diff
diff --git a/scripts/prepack.sh b/scripts/prepack.sh
|
|
index 2172706..1f8f152 100755
|
|
--- a/scripts/prepack.sh
|
|
+++ b/scripts/prepack.sh
|
|
@@ -41,7 +41,7 @@ mkdir -p "$OUTDIR"
|
|
# Place info about the current commit into the build dir to easily identify releases
|
|
npm ls -depth -1 | head -n 1 | cut -d' ' -f 1 > "$OUTDIR"/release.txt
|
|
date >> "$OUTDIR"/release.txt
|
|
-git rev-parse HEAD >> "$OUTDIR"/release.txt
|
|
+cp COMMIT "$OUTDIR"/release.txt
|
|
|
|
# Place a json schema for the file format into the build directory too
|
|
node scripts/generate-file-format-schema-json.js > "$OUTDIR"/file-format-schema.json
|