summaryrefslogtreecommitdiff
path: root/tcwg-update-tested.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tcwg-update-tested.sh')
-rwxr-xr-xtcwg-update-tested.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tcwg-update-tested.sh b/tcwg-update-tested.sh
index 41a8f032..a3111f5e 100755
--- a/tcwg-update-tested.sh
+++ b/tcwg-update-tested.sh
@@ -39,6 +39,8 @@ if [ x"$(git diff HEAD $GIT_COMMIT_2 | wc -l)" != x"0" ]; then
fi
# Generate gerrit's Change-Id
git commit --amend -C HEAD
+ # Make sure there's no stale rebase from previous review.
+ rm -rf .git/rebase-merge
# Submit review against tcwg-llvmprod branch
git review -y tcwg-tested
ssh -p29418 review.linaro.org gerrit review --code-review 2 --submit $(git rev-parse HEAD)