Skip to content

Commit

Permalink
fix: skip error when kill sidecar failed
Browse files Browse the repository at this point in the history
Signed-off-by: henrywangx <[email protected]>
  • Loading branch information
henrywangx committed Dec 14, 2021
1 parent a0b8934 commit 54007e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/argoexec/commands/wait.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func waitContainer(ctx context.Context) error {

defer func() {
if err := wfExecutor.KillSidecars(ctx); err != nil {
wfExecutor.AddError(err)
log.WithError(err).Warn("fail to kill sidecars, exit anyway")
}
}()

Expand Down

0 comments on commit 54007e1

Please sign in to comment.