Skip to content

Custom .cirrus.yml file location #1131

Answered by fkorotkov
barcode asked this question in Q&A
Discussion options

You must be logged in to vote

It's not possible to use another location. It should be either .cirrus.yml or .cirrus.star in the root of your repository. If you'd like to split the YAML config file, as an option you can try to use Starlark:

# .cirrus.star in the root of the repository
load("cirrus", "fs")

def main(ctx):
  return fs.read("ci_files/cirrus/.cirrus.yml")

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by barcode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants