We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9244bf + 960b491 commit c6b0e04Copy full SHA for c6b0e04
tools/circle-build-and-push-docker.sh
@@ -12,7 +12,7 @@ export BUILDS=`pwd`
12
# git tag when building from tag itself, and is unique in any other case
13
VERSION=`tools/generate_vsn.sh`
14
DOCKERHUB_TAG=${VERSION}
15
-GIT_REF=`git rev-parse --short HEAD`
+GIT_REF=`git rev-parse HEAD`
16
GIT_COMMIT_MSG=`git log --format=%B -n 1 HEAD`
17
18
if [ -n "$CIRCLE_PULL_REQUEST" ]; then
0 commit comments