We have a version 2.1 setup that works well. But I want to make some changes and test that they work locally. circleci build
tells me that the format is wrong. So I have done
circleci config process .circleci/config.yml> .circleci/config2.yml
circleci build --config .circleci/config2.yml
and get the error in the title.
My config2.yml looks like
I’m trying to solve this without overloading further our devops person and know very very little about CI so all simple help is welcome