mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-25 21:40:33 +05:00
gitlab-ci: force cleanup of docker images
This commit is contained in:
parent
2ecce84d49
commit
e040e3b8eb
@ -169,7 +169,7 @@ linux_cleanup:
|
||||
- linux
|
||||
script:
|
||||
# remove intermediate and old docker images and containers
|
||||
- docker rm `docker ps --no-trunc -aq`
|
||||
- docker rm -f `docker ps --no-trunc -aq`
|
||||
- docker images --no-trunc -aqf "dangling=true" | xargs docker rmi -f
|
||||
when: always
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user