Skip to content

Commit

Permalink
feat: Remove GitUrl/GitRef from KluctlDeploymentInfo
Browse files Browse the repository at this point in the history
This is duplicated info.
  • Loading branch information
codablock committed Jun 7, 2023
1 parent fca4d93 commit 52dcf1c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/types/result/command_result.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ type DeploymentError struct {
type KluctlDeploymentInfo struct {
Name string `json:"name"`
Namespace string `json:"namespace"`
GitUrl string `json:"gitUrl"`
GitRef string `json:"gitRef"`
}

type CommandInitiator string
Expand Down

0 comments on commit 52dcf1c

Please sign in to comment.