Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
compile-owncast
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libre.sh
docker
compile-owncast
Commits
fd3312b3
Commit
fd3312b3
authored
3 years ago
by
Pierre Ozoux
Browse files
Options
Downloads
Patches
Plain Diff
Fixes return code.
parent
de4a99b0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#649
passed with stage
in 2 minutes and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
compile.sh
+3
-0
3 additions, 0 deletions
compile.sh
with
3 additions
and
0 deletions
compile.sh
+
3
−
0
View file @
fd3312b3
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment