Need help for circle.yml file

I have added circle.yml file in our code but still showing error message "“We didn’t find a circle.yml for this build. You can specify deployment or override our inferred test steps from a circle.yml checked in to your repo’s root directory.” Here is the the build link “https://circleci.com/gh/shivam360/CircleCi/16

Please help

I didn’t understand your question but have you tried “rebuild without cache”?

Yes, I rebuild without cache and getting error as “We didn’t find a circle.yml for this build. You can specify deployment or override our inferred test steps from a circle.yml checked in to your repo’s root directory.” and I have already added circle.yml file into our root directory.

Hi,

Your whole project is in a sub directory called CircleCi Demo, It needs to be in the root directory for it to work.

@danielgomezrico the file name is circle.yml, .circle.yml will not work.

1 Like

@drazisil you are wright, excuse me, I was wrong.

2 Likes