0
0
forked from toolshed/abra
This commit is contained in:
p4u1 2024-06-26 16:41:59 +02:00
parent cbab9b5907
commit 89e1046882

View File

@ -130,13 +130,6 @@ type Features struct {
SSO string `json:"sso"`
}
// Recipe2 represents a recipe.
type Recipe2 struct {
Name string
Config *composetypes.Config
Meta RecipeMeta
}
// Push pushes the latest changes to a SSH URL remote. You need to have your
// local SSH configuration for git.coopcloud.tech working for this to work
func (r Recipe) Push(dryRun bool) error {