Skip to content
Snippets Groups Projects
Commit 45887e32 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
...@@ -513,7 +513,7 @@ benchmarks:physics: ...@@ -513,7 +513,7 @@ benchmarks:physics:
strategy: depend strategy: depend
allow_failure: false allow_failure: false
cleanup: clean:
stage: finalize stage: finalize
dependencies: dependencies:
- version - version
...@@ -528,3 +528,13 @@ cleanup: ...@@ -528,3 +528,13 @@ 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 images
deep_clean:
stage: finalize
dependencies:
- clean
when: manual
script:
- docker system prune --force
- 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