[Buildkite] Change commit author of commits in gh-pages to autheliabot. (#662)

pull/665/head
Clément Michaud 2020-02-29 12:29:55 +01:00 committed by GitHub
parent a268a16c6e
commit f821793afb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -13,9 +13,12 @@ popd
COMMIT=$(git show -s --format=%h)
pushd authelia
git config user.name "Authelia[bot]"
git config user.email "autheliabot@gmail.com"
git add -A
git commit -m "Synchronize docs of commit: ${COMMIT}"
git push
popd
rm -rf authelia
rm -rf authelia