backport of commit 1c34a6c143

backport/change-cicd-type/blatantly-resolved-gator
Devashish 2 years ago
parent 761f6387e5
commit bbc5c3259c

@ -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