You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a path-filtering configuration without a single continue_config.yml file an empty commit (e.g. git commit --allow-empty -m "[deploy-test] test deploy") causes a build failure. The build fails with the following message:
Checking For yq + CURL
Config list ===
.circleci/continue_config.yml
Generated YAML ===
Error: open .circleci/continue_config.yml: no such file or directory
Exited with code exit status 123
Sample circleci config which can be used to recreate the issue along with an empty commit:
Orb version:
1.0.0
What happened:
When using a path-filtering configuration without a single
continue_config.yml
file an empty commit (e.g.git commit --allow-empty -m "[deploy-test] test deploy"
) causes a build failure. The build fails with the following message:Sample circleci config which can be used to recreate the issue along with an empty commit:
Expected behavior:
The build should not fail. Ideally, any catch-all path filtering configs (e.g.
.*
) should also run.The text was updated successfully, but these errors were encountered: