Issue with circleci-cli image

Getting this error in CI and locally w/ latest tag of circleci-cli image, whether used directly or with orb-tools.

lana~% docker run -it circleci/circleci-cli:latest
$ circleci config validate
panic: stat /_data/data.yml: no such file or directory

goroutine 1 [running]:
github.com/CircleCI-Public/circleci-cli/cmd.MakeCommands(0xc0001e8360)
	/home/circleci/project/cmd/root.go:88 +0xd46
github.com/CircleCI-Public/circleci-cli/cmd.Execute()
	/home/circleci/project/cmd/root.go:36 +0x22
main.main()
	/home/circleci/project/main.go:9 +0x20
$

Hello @wyardley,

Thanks for your report and sorry for the trouble.

We’ve identified this issue and working on a fix. More details here:

2 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.