Update Deploy Openstack Script For 3 node
[releng/builder.git] / jjb / integration / include-raw-integration-rebase-gerrit-patch.sh
1 # Make sure changes merged after patch creation are applied.
2
3 set -exu
4 echo "Rebase the patch on top of ${GERRIT_PROJECT}"
5 cd "${GERRIT_PROJECT}"
6 export EMAIL="sandbox@jenkins.opendaylight.org"
7 # TODO: Is there a more appropriate e-mail?
8 export GIT_COMMITTER_NAME="Rebase Macro"
9 git rebase "origin/${BRANCH}"
10 cd "${WORKSPACE}"