From a390cd4e7426780b55bc16ba2784f116e14796f6 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Sun, 21 Oct 2018 20:37:39 +0300 Subject: [PATCH] CI: use short hash for CI commits --- .circleci/deploy-docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/deploy-docs.sh b/.circleci/deploy-docs.sh index acb41cb..ac3bc1c 100755 --- a/.circleci/deploy-docs.sh +++ b/.circleci/deploy-docs.sh @@ -21,7 +21,7 @@ mv ../gh-pages/docs/site/* ./ # ls -lha . # git status git add --force . -git commit -m "build docs from commit $CIRCLE_SHA1 (branch $CIRCLE_BRANCH)" +git commit -m "build docs from commit ${CIRCLE_SHA1:0:7} (branch $CIRCLE_BRANCH)" git log -n 3 git push origin $GH_PAGES_BRANCH