From c0b4fbfccde94c1d5216815b38d1c36acbb20efe Mon Sep 17 00:00:00 2001 From: Mustapha Zorgati <15628173+mustaphazorgati@users.noreply.github.com> Date: Tue, 12 Dec 2017 14:17:26 +0100 Subject: [PATCH] TSK-26: removed setup of git username and mail since we have a travis account now --- lib/deployment/deploy.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/deployment/deploy.sh b/lib/deployment/deploy.sh index c05d0cd51..9572475fc 100755 --- a/lib/deployment/deploy.sh +++ b/lib/deployment/deploy.sh @@ -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