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

feat: docker system prune at cleanup

parent 0c246c6e
No related branches found
No related tags found
1 merge request!394feat: docker system prune at cleanup
This commit is part of merge request !394. Comments created here will be created in the context of that merge request.
...@@ -528,3 +528,6 @@ cleanup: ...@@ -528,3 +528,6 @@ cleanup:
if [ "$CI_PIPELINE_SOURCE" == "merge_request_event" ]; then if [ "$CI_PIPELINE_SOURCE" == "merge_request_event" ]; then
./gitlab-ci/cleanup_registry.sh -i jug_xl -r 69 ${NIGHTLY_TAG} ./gitlab-ci/cleanup_registry.sh -i jug_xl -r 69 ${NIGHTLY_TAG}
fi fi
- docker system prune --force
- docker system df
- docker images
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment