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