Replies: 3 comments 1 reply
-
Maybe related #861 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Most certainly not. More or less everything should be cleaned. Maybe I've introduced a bug. I'll test, when I get to my laptop. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@hverlin I think i found my mistake, LOL 😆 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Do we expect the users to clean up the volumes, images, etc. over time?
I have a lot of
gcl-*-tmp
andgcl-*-build
volumes (taking 100+GB) on my system after using the tool a few times.There is some code to clean up the volumes
gitlab-ci-local/src/job.ts
Lines 527 to 535 in 2c088f2
I was thinking that maybe that it could show a warning if some unused volumes are still present at the very end of the run? Or add some commands in the README like suggesting running
docker volume rm $(docker volume ls -q --filter='name=gcl-')
from time to time?
Beta Was this translation helpful? Give feedback.
All reactions