Skip to content

Commit

Permalink
Add container command event to match existing pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeckman314 committed Jul 27, 2024
1 parent d891fc3 commit 0bdd604
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions worker/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ func (docker Docker) executeCommand(ctx context.Context, commandTemplate string,
}
}

if usingCommand {
docker.Event.Info("Running command", "cmd", cmd.String())
}
return cmd.Run()
}

Expand Down

0 comments on commit 0bdd604

Please sign in to comment.