hi all,
I have set up a task that runs a container and I want to capture the stdout result of that run.
What fails:
1. adding `> output.txt` at the end inside the container command - it passes the full string to the container.
2. adding additional arguments `-i -a stdout > output.txt` also fails.
How can I create an artifact or write a file that I can use in the next task?
Thanks for helping
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.