diff --git a/update_test_binaries.sh b/update_test_binaries.sh index 9a5512309bc6b7763c63a62e6f1a424076cc74d3..ce9d3d78d7720a16b160a98d6c738f71e2679817 100755 --- a/update_test_binaries.sh +++ b/update_test_binaries.sh @@ -203,8 +203,8 @@ commit_all () { local CHANGES=$(${GIT} diff-index --name-only HEAD --) if [ -n "${CHANGES}" ]; then - ${GIT} config --local "user.email" "jenkins@apertis.org" - ${GIT} config --local "user.name" "Apertis jenkins" + ${GIT} config --local "user.email" "testbot@apertis.org" + ${GIT} config --local "user.name" "Apertis Test Bot" ${GIT} commit -s -F ../${TEST}-commit-msg.txt -- ${ARCHS} if [ -z "$dry_run" ]; then ${GIT} push origin HEAD:${BRANCH}