[Buildkite] Change commit author of commits in gh-pages to autheliabot. (#662)
parent
a268a16c6e
commit
f821793afb
|
@ -13,9 +13,12 @@ popd
|
||||||
COMMIT=$(git show -s --format=%h)
|
COMMIT=$(git show -s --format=%h)
|
||||||
|
|
||||||
pushd authelia
|
pushd authelia
|
||||||
|
git config user.name "Authelia[bot]"
|
||||||
|
git config user.email "autheliabot@gmail.com"
|
||||||
|
|
||||||
git add -A
|
git add -A
|
||||||
git commit -m "Synchronize docs of commit: ${COMMIT}"
|
git commit -m "Synchronize docs of commit: ${COMMIT}"
|
||||||
git push
|
git push
|
||||||
popd
|
popd
|
||||||
|
|
||||||
rm -rf authelia
|
rm -rf authelia
|
||||||
|
|
Loading…
Reference in New Issue