X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fopendev%2Fpush-upstream-jobs.sh;h=ef22aba2faab37c93445a314a6b5be9ce85ed73c;hb=ab49178bfd1199c59d929ebf396e5d87f9a315f6;hp=7f2a696d24cea49d4ec1d9fd6de7e175e5817e4d;hpb=40f60157e6b237e8d7915ffe838888304d471163;p=infra%2Fcicd.git diff --git a/jjb/opendev/push-upstream-jobs.sh b/jjb/opendev/push-upstream-jobs.sh index 7f2a696d..ef22aba2 100755 --- a/jjb/opendev/push-upstream-jobs.sh +++ b/jjb/opendev/push-upstream-jobs.sh @@ -68,7 +68,7 @@ echo >&2 "Pushing to OpenDev" # do not fail if git push fails as in case of no new changes we want to succeed. See below. set +o pipefail -git push "$opendev_remote_url" "$refspec" 2>&1 | tee push_result.txt +git push --no-thin "$opendev_remote_url" "$refspec" 2>&1 | tee push_result.txt push_result=${PIPESTATUS[0]} # make the job a success if the above git push fails due to no new changes are needed