cmd/wasmcloud-executor: move cid to only be in the logbundle
This commit is contained in:
parent
6a58dcc581
commit
d1a5923c37
|
@ -141,7 +141,7 @@ func waitForNewWASM(ctx context.Context, wg *sync.WaitGroup, sh *shell.Shell, nc
|
|||
}
|
||||
|
||||
arc := txtar.Archive{
|
||||
Comment: []byte(fmt.Sprintf("%s: execution of %s (%s) at %s", er.UUID, er.Name, er.WASMCID, result.StartTime.Format(time.RFC3339))),
|
||||
Comment: []byte(fmt.Sprintf("%s: execution of %s at %s", er.UUID, er.Name, result.StartTime.Format(time.RFC3339))),
|
||||
Files: []txtar.File{
|
||||
{
|
||||
Name: "logs.txt",
|
||||
|
|
Loading…
Reference in New Issue