TSK-26: removed setup of git username and mail

since we have a travis account now
This commit is contained in:
Mustapha Zorgati 2017-12-12 14:17:26 +01:00
parent 67f7d8c919
commit 708779e195
1 changed files with 0 additions and 4 deletions

View File

@ -80,10 +80,6 @@ function change_version {
}
function push_new_poms() {
#setup username
$debug git config --global user.email "travis@travis-ci.org"
$debug git config --global user.name "Travis CI"
#commit all poms
$debug git checkout -b "$branch"
#to compensate new updates