store only computed values in compute layer
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
@@ -90,7 +90,7 @@ func (c *Client) Do(ctx context.Context, state *DeploymentState, fn ClientDoFunc
|
||||
eg.Go(func() error {
|
||||
defer outr.Close()
|
||||
|
||||
result, err = DeploymentResultFromTar(gctx, outr)
|
||||
result, err = ReadDeploymentResult(gctx, outr)
|
||||
return err
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user