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:
Daniel Hahler 2016-08-15 17:37:53 +02:00
parent 65e8b9c36b
commit 23ad19d988
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ trap '[ "$?" = 0 ] || echo "EXIT CODE: $?"' EXIT
REPO_APIDOC="https://${GH_APIDOC_TOKEN}@github.com/awesomeWM/apidoc" REPO_APIDOC="https://${GH_APIDOC_TOKEN}@github.com/awesomeWM/apidoc"
REPO_DIR="$PWD" 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_NAME="awesome-robot on Travis CI"
export GIT_AUTHOR_EMAIL="awesome-robot@users.noreply.github.com" export GIT_AUTHOR_EMAIL="awesome-robot@users.noreply.github.com"
export GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME" export GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME"