diff --git a/test/git-push/test.sh b/test/git-push/test.sh index cfc16df9..ed4a3e8d 100755 --- a/test/git-push/test.sh +++ b/test/git-push/test.sh @@ -28,6 +28,8 @@ sleep 2 git init && \ touch README && \ git add . && \ + git config user.name "Anubis CI" && \ + git config user.email "social+anubis-ci@techaro.lol" && \ git commit -sm "initial commit" && \ git push http://localhost:3000/git/foo.git )