My circle.yml is not found!

I always get an error that my circle.yml is not found although it is in my root directory

https://circleci.com/gh/yasminAbdelghaffar/Test/12#config/containers/0

that’s the link to my build… Any help is really appreciated :slight_smile:

Can you open a support ticket please?

I solved the problem thanks :slight_smile: but I got the builds retried with the last step at “Bootstrap AWS CodeDeploy” and this message: “Looks like we had a bug in our infrastructure, or that of our providers (generally GitHub or AWS). We should have automatically retried this build. We’ve been alerted of the issue and are almost certainly looking into it, please contact us if you’re interested in the cause or if the problem persists.”

Any help??

and that’s my circle.yml:

deployment:
staging:
branch: master
codedeploy:
Test:
application_root: /
region: region
revision_location:
revision_type: S3
s3_location:
bucket: bucket name
key_pattern: "Test-{BRANCH}-{SHORT_COMMIT}"
deployment_group: dg name
test:
override:

  • “echo “no tests””