From ee02dd703340906d777a4f9f33add3340747e188 Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Fri, 4 Dec 2020 22:12:29 +0200 Subject: [PATCH] scripts/update-gh-pages: add more details when stopping --- scripts/github/update-gh-pages.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/github/update-gh-pages.sh b/scripts/github/update-gh-pages.sh index b8ea06af8..3456fec33 100755 --- a/scripts/github/update-gh-pages.sh +++ b/scripts/github/update-gh-pages.sh @@ -109,6 +109,7 @@ if [ "$site_subdir" != "master" ]; then ;; *) echo "Not a released version. Parsed release branch is $site_subdir but based on tag $_base_tag. Stopping here." + echo "SHA `git describe` (`git rev-parse HEAD`)" exit 0 ;; esac