Skip to content

Commit 6b3b719

Browse files
committed
Add Bitbucket Cloud to the supported list.
1 parent aaaccff commit 6b3b719

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/batches/service/service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ func (svc *Service) ResolveRepositories(ctx context.Context, spec *batcheslib.Ba
554554
result.AddRepoRevision(repo.ID, repo)
555555

556556
switch st := strings.ToLower(repo.ExternalRepository.ServiceType); st {
557-
case "github", "gitlab", "bitbucketserver":
557+
case "github", "gitlab", "bitbucketserver", "bitbucketcloud":
558558
default:
559559
if !svc.allowUnsupported {
560560
unsupported.Append(repo)

0 commit comments

Comments
 (0)