Closed oshliaer closed 3 years ago
You are exiting in the middle of the task, so that's expected. What you want is "return".
I would like to go back up the call stack. Maybe I can pass some value to the script or should I use conditional branching?
I look at the code of runner
and I realize that I cannot interrupt the script with exit
.
If you return a non-zero value, task will fail and bring all other dependent tasks down. You can also use set -e
, but i'm not sure how that behaves on current master.
Thank you!
It's expected for me now.
So in general it's a good app!
runnerfile
invocation
There is no 'Finished' log
How can I settings this for valid fulfilled invocation?