We are trying to migrate our iOS project to CircleCI. It may be a bit unusual in structure, because we have quite a few different frameworks in separate git repositories. They have consistent structure and can be built with the same circle.yml. At the moment we just copy-paste the config to separate repositories, but it becomes tedious when we want to change it. Is there a way to somehow “import” another circle.yml config or make that the config would be downloaded from another repository instead of using the one in the same repo?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Best practice for reusing circleci config between application repos | 3 | 2797 | February 5, 2021 | |
How can I use different config files in a same repo | 1 | 2137 | April 7, 2022 | |
Which Git version of config.yml on build is used? | 3 | 1451 | June 25, 2021 | |
Not duplicating config.yml code for multi-repo/multi-app project? | 3 | 1966 | November 11, 2018 | |
Symlink circle.yml | 2 | 1632 | June 18, 2018 |