Tag: ci

  • Decrease repository clone time in CI / CD

    When using CI / CD to sync to repository from dev to build repository, sometime the build repo size is huge. First step is to reduce build repo size, If it doesn’t contain useful history you can clean up commits in it. GitLab has an article about how to do so. But if you just…