mirror of
https://github.com/harness/drone.git
synced 2025-05-09 18:49:32 +08:00
fix issue with kicking off builds using bitbucket server
This commit is contained in:
parent
5c2aedc694
commit
685e6766a7
@ -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 New Issue
Block a user