Makefile implementation
This MR provides an implementation of a Makefile
-based solution inspired by conda-forge's feedstock 'regeneration' system.
The idea is that each software container project has a config.yaml
and a Makefile
, and running make
downloads and creates the latest copies of the .gitlab-ci.yml
file based on the config.yaml
file. That should then be committed to the repo.