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 | |
---|---|---|---|---|
How to include yaml in other repo? | 1 | 1288 | October 12, 2020 | |
Symlink circle.yml | 2 | 1638 | June 18, 2018 | |
Not duplicating config.yml code for multi-repo/multi-app project? | 3 | 1975 | November 11, 2018 | |
Centralize circleci configurations for multiple github repositories | 2 | 2030 | December 15, 2020 | |
Put circle.yml inside a directory | 2 | 914 | June 18, 2018 |