Clean git config
What does this MR do?
Clear git config.
- in addition to running file cleanups at the beginning of the build, we also run that cleanup at the end of the build now, so that those files are not cached
- if enabled, also remove git config & hooks
Why was this MR needed?
To not have a tainted cache for the repo.
What's the best way to test this MR?
-
What are the relevant issue numbers?
closes: gitlab#467181 (closed)