mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 00:32:09 -04:00
Remove suffix from CICD platform type (#13121)
This commit is contained in:
parent
c7dd5af450
commit
265dfe105a
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue