Skip to content
Snippets Groups Projects
Commit fd3312b3 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Fixes return code.

parent de4a99b0
No related branches found
No related tags found
No related merge requests found
Pipeline #649 passed with stage
in 2 minutes and 30 seconds
......@@ -24,3 +24,6 @@ done
for i in `mc ls minio/${BUCKET}/hls/2/ | grep -o "stream-$STREAM_ID.*.ts"`;do
mc rm minio/${BUCKET}/hls/2/$i;
done
# https://github.com/kubernetes/kubernetes/issues/20255
echo "Last message, even if the last delete didn't succeed, we want a clean return code (: if not the job restarts.. and wipe the recording :)"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment