No configuration was found in your project but I do have .circleci/config.yml

I have a ruby project

I can see no issue with .circleci/config.yml

But circle ci repeated report

#!/bin/sh -eo pipefail # No configuration was found in your project. Please refer to https://circleci.com/docs/2.0/ to get started with your configuration. false

Exited with code 1

sorry, it seems my file type is not right for some reason.
edit and re push the file solve the issue.

Iā€™m intrigued by the renaming of the file:

.circleci/ { config.yml ā†’ config.yml } (85% similar)

It looks the same to me! Was there a space in the filename? :smile:

exactly true.

:wink:

1 Like