travis-apidoc.sh: remove misleading comment
Apparently a leftover when it was in .travis.yml, but it still makes sense to use those env vars instead of calling `git-confog`, which is not stateless. [ci skip]
This commit is contained in:
parent
65e8b9c36b
commit
23ad19d988
|
@ -27,7 +27,6 @@ trap '[ "$?" = 0 ] || echo "EXIT CODE: $?"' EXIT
|
|||
REPO_APIDOC="https://${GH_APIDOC_TOKEN}@github.com/awesomeWM/apidoc"
|
||||
REPO_DIR="$PWD"
|
||||
|
||||
# Export these to not add "git config" calls to the long command.
|
||||
export GIT_AUTHOR_NAME="awesome-robot on Travis CI"
|
||||
export GIT_AUTHOR_EMAIL="awesome-robot@users.noreply.github.com"
|
||||
export GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME"
|
||||
|
|
Loading…
Reference in New Issue