Add a metadata system
This commit is contained in:
parent
07409a01be
commit
8b3218ad00
16 changed files with 365 additions and 61 deletions
|
|
@ -112,7 +112,7 @@ func (si systemupdate) Run(context wisski_distillery.Context) error {
|
|||
ctx := component.Context(ctx)
|
||||
|
||||
if err := logging.LogOperation(func() error {
|
||||
return stack.Install(dis.Core.Environment, context.IOStream, ctx)
|
||||
return stack.Install(context.IOStream, ctx)
|
||||
}, context.IOStream, "Installing Docker Stack %q", name); err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue