Skip to content
Snippets Groups Projects
Unverified Commit 3126b88d authored by Amber Brown's avatar Amber Brown Committed by GitHub
Browse files

fix circleci merged builds (#3858)

* fix

* changelog
parent bfa0b759
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,10 @@ GITBASE=`curl -q https://api.github.com/repos/matrix-org/synapse/pulls/${CIRCLE_
# Show what we are before
git show -s
# Set up username so it can do a merge
git config --global user.email bot@matrix.org
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
......
Fix running merged builds on CircleCI
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment