Commit 28e0e04
authored
fix: Ignore docker image prune race in demo deploy (#2136)
docker image prune -f fails with "a prune operation is already
running" when another prune is in flight (e.g. from a previous
deploy or a cron job). This is a best-effort cleanup step - if it
fails the deploy is still valid. Add || true so the step does not
abort the pipeline.
Co-authored-by: Ben Coombs <bjcoombs@users.noreply.github.com>1 parent 35bd31a commit 28e0e04
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
| 232 | + | |
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
| |||
0 commit comments