Skip to content

Commit

Permalink
Update batch_job.py (#276)
Browse files Browse the repository at this point in the history
fix(BatchMergeRequest): fixed a bug which prevented marge batch merging with fast forward commits
  • Loading branch information
felix-ulonska authored Nov 1, 2020
1 parent 8fc2623 commit 5479a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marge/batch_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def execute(self):
local=True,
)
# Update <batch> branch with MR changes
self._repo.fast_forward(
batch_mr_sha = self._repo.fast_forward(
BatchMergeJob.BATCH_BRANCH_NAME,
merge_request.source_branch,
local=True,
Expand Down

0 comments on commit 5479a99

Please sign in to comment.