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

no docker system df

parent 5053132d
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,7 +528,6 @@ clean:
if [ "$CI_PIPELINE_SOURCE" == "merge_request_event" ]; then
./gitlab-ci/cleanup_registry.sh -i jug_xl -r 69 ${NIGHTLY_TAG}
fi
- docker system df
- docker images
deep_clean:
......@@ -538,5 +537,4 @@ deep_clean:
when: manual
script:
- 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