mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-18 22:11:39 -04:00
backport of commit 1c34a6c143
This commit is contained in:
@@ -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{} {
|
||||
|
||||
Reference in New Issue
Block a user