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

feat: docker system prune at cleanup

parent 567c68ed
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !394. Comments created here will be created in the context of that merge request.
...@@ -602,4 +602,6 @@ cleanup: ...@@ -602,4 +602,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