Skip to content

Commit d2570bd

Browse files
committed
ci: Fix git-show to avoid displaying a full diff
1 parent b791b8b commit d2570bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/travis-publish-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PACKAGE_VERSION=$(python ".ci/package-version.py")
2323
REPO=$(git config remote.origin.url)
2424
SSH_REPO=${REPO/https:\/\/github.com\//git@github.com:}
2525
COMMITISH=$(git rev-parse --verify HEAD)
26-
AUTHOR=$(git show --format="%aN <%aE>" "${COMMITISH}")
26+
AUTHOR=$(git show --quiet --format="%aN <%aE>" "${COMMITISH}")
2727

2828
git clone "${REPO}" docs/gh-pages
2929
cd docs/gh-pages

0 commit comments

Comments
 (0)