I am using Gitlab CI in one of my projects and am facing the following problem:
- My
masterbuild will work with a lot of time ... - I click on a new branch built from the master (without new commits) and click on it, build work.
I think this is due to the creation of the cache, because the code base is exactly the same ... The last valid build cache may cause the current code base to crash ...
Is there a way to clear the assembly cache for a specific branch? In my case master? From the API?
source
share