Skip to content

Commit 960b491

Browse files
author
Jan Ciesla
committed
fix tide status in github: use full commit sha
1 parent 61276dc commit 960b491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/circle-build-and-push-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export BUILDS=`pwd`
1212
# git tag when building from tag itself, and is unique in any other case
1313
VERSION=`tools/generate_vsn.sh`
1414
DOCKERHUB_TAG=${VERSION}
15-
GIT_REF=`git rev-parse --short HEAD`
15+
GIT_REF=`git rev-parse HEAD`
1616
GIT_COMMIT_MSG=`git log --format=%B -n 1 HEAD`
1717

1818
if [ -n "$CIRCLE_PULL_REQUEST" ]; then

0 commit comments

Comments
 (0)