mirror of
https://github.com/znc/znc.git
synced 2026-08-05 16:33:46 +02:00
Fix travis mail in commits to docs.
This commit is contained in:
@@ -16,8 +16,8 @@ UserKnownHostsFile /dev/null
|
||||
EOF
|
||||
|
||||
cd "$HOME"
|
||||
git config --global user.email "travis@travis-ci.org"
|
||||
git config --global user.name "travis-ci"
|
||||
git config --global user.email "travis-ci@znc.in"
|
||||
git config --global user.name "znc-travis"
|
||||
git clone --branch=gh-pages znc-docs:znc/docs.git gh-pages || exit 1
|
||||
|
||||
cd gh-pages
|
||||
|
||||
Reference in New Issue
Block a user