From 60d0dba648150ddc957ff2f9a65c542fb402dbfb Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Fri, 22 Sep 2023 10:25:42 +0530 Subject: [PATCH] Print commit ref --- scripts/editor.bash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/editor.bash b/scripts/editor.bash index 3ae51ed33..db898ff3e 100755 --- a/scripts/editor.bash +++ b/scripts/editor.bash @@ -3,6 +3,8 @@ set -euxo pipefail pnpm build +echo "$COMMIT_REF" + # Clone the Mermaid Live Editor repository rm -rf mermaid-live-editor git clone --single-branch https://github.com/mermaid-js/mermaid-live-editor.git