Skip to content

Refactor CI to be modular

Duncan Macleod requested to merge duncanmmacleod/glue:modular-ci into master

This MR refactors the monolith .gitlab-ci.yml file into a directory with separate files, one for each target distribution (RHEL/Debian/Python) as well QA etc.

This is designed to make each component of the full CI/CD pipeline easier to maintain.

Merge request reports