summaryrefslogtreecommitdiff
path: root/tcwg-update-tested.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2018-06-04 09:40:09 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2018-06-04 09:40:09 +0000
commit7d7f737be0421d136e3c5361090330aea0d680e4 (patch)
tree597a1f43a0858cc7e4a51806da56503e524e6741 /tcwg-update-tested.sh
parentd02ef648ee5d5b775788213d1963ae3836a07e14 (diff)
tcwg-update-tested: Fix.
Change-Id: I396de4eab96af4938de724429f8f35fc35f39dd8
Diffstat (limited to 'tcwg-update-tested.sh')
-rwxr-xr-xtcwg-update-tested.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-update-tested.sh b/tcwg-update-tested.sh
index 4ceda5f4..fb161f12 100755
--- a/tcwg-update-tested.sh
+++ b/tcwg-update-tested.sh
@@ -38,7 +38,7 @@ if [ x"$(git diff HEAD $GIT_COMMIT_2)" != x"" ]; then
exit 1
fi
# Generate gerrit's Change-Id
- git commit --amend
+ git commit --amend -C HEAD
# Submit review against tcwg-llvmprod branch
git review tcwg-tested
ssh -p29418 review.linaro.org gerrit review --code-review 2 --submit $(git rev-parse HEAD)