From 23ad19d9884fdc31c0986956ef6417586f4f359c Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Mon, 15 Aug 2016 17:37:53 +0200 Subject: [PATCH] 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] --- build-utils/travis-apidoc.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build-utils/travis-apidoc.sh b/build-utils/travis-apidoc.sh index 0a37d439..8ece46b6 100755 --- a/build-utils/travis-apidoc.sh +++ b/build-utils/travis-apidoc.sh @@ -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"