Remove suffix from CICD platform type

pull/13121/head
Devashish 2 years ago
parent aa6c5f8405
commit 1c34a6c143
No known key found for this signature in database
GPG Key ID: 4642E918377AE2A4

@ -41,7 +41,7 @@ func (g *GithubActions) Details() map[string]interface{} {
}
func (g *GithubActions) Type() string {
return "github-actions"
return "github"
}
type GitlabCI struct{}
@ -81,7 +81,7 @@ func (g *GitlabCI) Details() map[string]interface{} {
}
func (g *GitlabCI) Type() string {
return "gitlab-ci"
return "gitlab"
}
func GetCicdMetadata() map[string]interface{} {

Loading…
Cancel
Save