Skip to content
Snippets Groups Projects
Commit 81de3a34 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: docker system prune --filter until=24h

parent 7c7f9186
No related branches found
No related tags found
1 merge request!635fix: docker system prune --filter until=24h
...@@ -552,5 +552,5 @@ clean_unstable_mr: ...@@ -552,5 +552,5 @@ clean_unstable_mr:
fi ; fi ;
fi ; fi ;
done done
- docker system prune --filter until=144h --force - docker system prune --filter until=24h --force
- docker images - docker images
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