We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c08b8a commit d76c083Copy full SHA for d76c083
hooks/command
@@ -22,7 +22,7 @@ trap cleanup EXIT
22
23
function tail_logs {
24
while true ; do
25
- stdbuf -o0 -e0 kubectl logs -f "job/${job_name}" 2>>/dev/null && break
+ stdbuf -o0 -e0 kubectl logs -f "job/${job_name}" 2>>/dev/null || true
26
sleep 0.2
27
done
28
}
0 commit comments