Since updating the CLI I’ve been getting the following error whenever I try running circleci config valid -c .circleci/config.yml
:
Error: Could not load config file at .circleci/config.yml: open .circleci/config.yml: permission denied
If I modify the path so that it doesn’t resolve to my config file I’ll get:
Error: Could not load config file at ./circleci/config.yml: open ./circleci/config.yml: no such file or directory Which suggests circleci is finding my config file.
Running on Ubuntu 16.04 LTS. The file’s permissions (0664) haven’t changed since it stopped working,