Skip to content

Commit 670366c

Browse files
committed
CDRIVER-1991 Ensure we limit the hex to 7 digits
1 parent 5d7f68f commit 670366c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ functions:
2626
working_dir: "mongoc"
2727
script: |
2828
if [ "${is_patch}" = "true" ]; then
29-
VERSION=$(git describe)-patch-${version_id}
29+
VERSION=$(git describe --abbrev=7)-patch-${version_id}
3030
else
3131
VERSION=latest
3232
fi

0 commit comments

Comments
 (0)