Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, the build run output (stdout, stderr) is just written through as-is (just passing through stdout/stderr to sub processes). But for longer build pipelines it would be very helpful to see which package is currently built.
Therefore: catch the subprocess output line per line and add a proper prefix before writing them out again.
Beta Was this translation helpful? Give feedback.
All reactions