Skip to content

blenky36/circleci-config-splitting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI Config Splitting

Split your .circleci/config.yml into smaller files for easier maintainability.

Use the circleci cli to combine small configuration files into one larger config.yml

Notes

  • Files beginning with @ will have only their contents added. This is useful for smaller chunks of the config where splitting into a file per item doesn't make sense, such as executors or parameters.
  • All other files will have their content added as a key value pair, where the key is the file path, and value is the content of the file.
  • Run bun build:ci to pack your config files together and validate the configuration is valid.
  • You never need to edit the config.yml directly. Always edit files within .circleci/src and then generate the config.

About

Split your circleci config.yml into separate files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published