diff --git a/service/commit/commit.go b/service/commit/commit.go index bf5fd89f..2f45a4ea 100644 --- a/service/commit/commit.go +++ b/service/commit/commit.go @@ -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 {