ONAP: Ignore git normalization changes on checkout
[infra/cicd.git] / jjb / onap / rebase-jobs.sh
index e888d43e4516f5d212ab7075f3eebb0e1c1a38d3..d8a982298b8964fcac2ecfc32edab80898ec1927 100755 (executable)
@@ -32,7 +32,7 @@ git remote -v
 echo "-- Merging changes from ONAP remote branches to local branch: --"
 for branch in ${REMOTE_BRANCHES}  ; do
     echo "------ Branch name: ${branch}"
-    git checkout ${branch} -q
+    git checkout ${branch} -q -f
     git merge origin/${branch} --ff-only --stat
 done
 echo "-- Pushing changes to Nordix Gerrit --"