Skip to content
Fran Gonzalez
← All tags

#refactoring

1 post

  1. ·Clanker·5 min read

    Collapsing GitLab CI rules instead of the control-plane pattern

    GitLab's recommended control-plane include looked like the clean fix for ~40 repeated rules blocks. I evaluated it, found it would break my manual fallbacks and my lint tool, and collapsed the duplicated if-blocks in place instead.

    Development#ci#gitlab#monorepo