Skip to content

Commit

Permalink
fix: remove unless info print
Browse files Browse the repository at this point in the history
  • Loading branch information
halalala222 committed Aug 19, 2024
1 parent 8fee953 commit 2e737f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/dag/executor/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func newCommand(ctx context.Context, step dag.Step) (Executor, error) {
if err != nil {
return nil, err
}
fmt.Printf("dagContext: %v\n", dagContext)

cmd.Dir = step.Dir
cmd.Env = append(cmd.Env, os.Environ()...)
cmd.Env = append(cmd.Env, step.Variables...)
Expand Down

0 comments on commit 2e737f7

Please sign in to comment.