Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Remove ff-only requirement of merge of immediate into deferred branch
Browse files Browse the repository at this point in the history
As it'll never succeed. We'll just have to let it have a go at merging
normally, and fail if there are any merge issues.
  • Loading branch information
Rhys Smith committed Sep 5, 2016
1 parent bebdb47 commit 1b93872
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,6 @@
<exec executable="${git.executable}" dir="${shared.ws.dir}/${git.repo.project.data}" failonerror="true">
<arg value="merge"/>
<arg value="immediate"/>
<arg value="--ff-only"/>
<arg value="-m"/>
<arg value="'Merging immedate branch into deferred branch.'"/>
</exec>
Expand Down

0 comments on commit 1b93872

Please sign in to comment.