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

use correct dependencies for deep_clean

parent c205bb40
No related branches found
No related tags found
1 merge request!394feat: docker system prune at cleanup
......@@ -533,7 +533,8 @@ clean:
deep_clean:
stage: finalize
dependencies: clean
dependencies:
- clean
when: manual
script:
- docker system prune --force
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment