Hey there! Quick question! We're doing a ShellTas...
# prefect-server
c
Hey there! Quick question! We're doing a ShellTask with • return_all=False, • stream_output=True, • log_stderr=True, inside the ShellTask, the command is a pipe operation,
command1 | command2
.
command1
exits with a non-zero code, how do i get the ShellTask to also fail?
1
k
I think this is specific to shell behavior like this ?
c
ah pipefail yes, thank you!