Skip to content

Commit c6b0e04

Browse files
authored
Merge pull request #2792 from esl/github_tide_status
Fix tide status in github
2 parents d9244bf + 960b491 commit c6b0e04

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)