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

fix: move clean_pipelines to finalize, and df

parent 706008f9
No related branches found
No related tags found
1 merge request!712feat: clean old pipeline tags
......@@ -544,13 +544,15 @@ clean_unstable_mr:
if [ "$state" == "closed" ] ; then docker rmi $repository:$tag ; fi ;
done
- docker system prune --filter until=24h --force
- docker system df
- docker images
clean_pipeline:
extends: .docker
stage: config
stage: finalize
dependencies:
- version
- clean_internal_tag
tags:
- docker-new
when: always
......@@ -575,5 +577,5 @@ clean_pipeline:
if [ "$status" == "canceled" ] ; then docker rmi $repository:$tag ; fi ;
done
- docker system prune --filter until=24h --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