Skip to content

Commit 3a070a9

Browse files
committed
silence stderr
1 parent f3ee2a1 commit 3a070a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build/.variables

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ GITCOMMIT=$(git rev-parse --short HEAD 2> /dev/null)
66
BUILDTIME=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
77

88
latest_tag=$(git describe --abbrev=0 --tags)
9-
gitcommit_match_tag=$(git describe --exact-match ${GITCOMMIT})
9+
gitcommit_match_tag=$(git describe --exact-match ${GITCOMMIT} 2> /dev/null)
1010

1111
if [[ "${gitcommit_match_tag}" == "${latest_tag}" ]]; then
1212
# building on official tag

0 commit comments

Comments
 (0)