summary refs log tree commit diff
path: root/.buildkite/merge_base_branch.sh
diff options
context:
space:
mode:
authorAmber Brown <hawkowl@atleastfornow.net>2019-08-29 22:19:57 +1000
committerGitHub <noreply@github.com>2019-08-29 22:19:57 +1000
commite7011280c7796e437ba34ed97033b120b8556043 (patch)
tree7061d4ed497cb6d4ef5742bf563e7daad952d64b /.buildkite/merge_base_branch.sh
parentAdd a link to python's logging config schema (#5926) (diff)
downloadsynapse-e7011280c7796e437ba34ed97033b120b8556043.tar.xz
Fix coverage in sytest and use plugins for buildkite (#5922)
Diffstat (limited to '.buildkite/merge_base_branch.sh')
-rwxr-xr-x.buildkite/merge_base_branch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.buildkite/merge_base_branch.sh b/.buildkite/merge_base_branch.sh
index 26176d6465..eb7219a56d 100755
--- a/.buildkite/merge_base_branch.sh
+++ b/.buildkite/merge_base_branch.sh
@@ -27,7 +27,7 @@ git config --global user.name "A robot"
 
 # Fetch and merge. If it doesn't work, it will raise due to set -e.
 git fetch -u origin $GITBASE
-git merge --no-edit origin/$GITBASE
+git merge --no-edit --no-commit origin/$GITBASE
 
 # Show what we are after.
 git --no-pager show -s