-
Hi, If it is possible: How can i configure this on https://cirrus-ci.com ? |
Beta Was this translation helpful? Give feedback.
Answered by
fkorotkov
Jan 5, 2023
Replies: 1 comment
-
It's not possible to use another location. It should be either # .cirrus.star in the root of the repository
load("cirrus", "fs")
def main(ctx):
return fs.read("ci_files/cirrus/.cirrus.yml") |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
barcode
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: