fix issue with kicking off builds using bitbucket server
This commit is contained in:
parent
5c2aedc694
commit
685e6766a7
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ func (s *service) FindRef(ctx context.Context, user *core.User, repo, ref string
|
|||
|
||||
switch s.client.Driver {
|
||||
case scm.DriverBitbucket:
|
||||
case scm.DriverStash:
|
||||
ref = scm.TrimRef(ref)
|
||||
branch, _, err := s.client.Git.FindBranch(ctx, repo, ref) // wont work for a Tag
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in a new issue