Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add stderr field to separate stderr output from the normal log file. #313

Merged
merged 4 commits into from
Sep 2, 2022

Conversation

yottahmd
Copy link
Collaborator

@yottahmd yottahmd commented Sep 2, 2022

Closes #312

Example:

steps:
  - name: output error file
    command: "echo error message >&2"
    stderr: "/tmp/error.txt"

@yottahmd yottahmd marked this pull request as ready for review September 2, 2022 05:59
@yottahmd yottahmd merged commit 496e1a1 into main Sep 2, 2022
@yottahmd yottahmd deleted the feat/stderr branch September 2, 2022 06:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add stderr field
1 participant