We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ce488e commit 9c16280Copy full SHA for 9c16280
.ci/travis-build-docs.sh
@@ -24,6 +24,9 @@ if [ "${TRAVIS_PULL_REQUEST}" != "false" \
24
fi
25
26
27
+git config --global user.email "infra@magic.io"
28
+git config --global user.name "Travis CI"
29
+
30
REPO=$(git config remote.origin.url)
31
SSH_REPO=${REPO/https:\/\/github.com\//git@github.com:}
32
COMMITISH=$(git rev-parse --verify HEAD)
0 commit comments