Skip to content
Snippets Groups Projects
Unverified Commit aa0b0d68 authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

fix: don’t check for branch existing when rebasing (gitlab) (#1474)

Previously, our GitLab API library was checking if a a branch existed first before trying to create it. But due to caching, a branch we'd deleted ourselves still showed up as existing, so then there was no branch to update the files in. Skip this check and use try/catch for creating branch instead.

Fixes #1468
parent 6101f25d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment