Skip to content

Commit

Permalink
🐛 fix gitlab asset runtime (#1785)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjeffrey authored Sep 19, 2023
1 parent b415f2d commit b6729fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions motor/providers/gitlab/platform.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ var (
Title: "GitLab Project",
Family: []string{"gitlab"},
Kind: providers.Kind_KIND_API,
Runtime: providers.RUNTIME_GITHUB,
Runtime: providers.RUNTIME_GITLAB,
}
GitLabGroupPlatform = &platform.Platform{
Name: "gitlab-group",
Title: "GitLab Group",
Family: []string{"gitlab"},
Kind: providers.Kind_KIND_API,
Runtime: providers.RUNTIME_GITHUB,
Runtime: providers.RUNTIME_GITLAB,
}
)

Expand Down

0 comments on commit b6729fc

Please sign in to comment.