Hi,
I am currently trying to build a project with the local circleci cli.
Before an update to 0.0.5730-34d343d it worked fine.
Previous version used was from friday 2018-05-11.
Error:
====>> Checkout code
#!/bin/sh
mkdir -p /home/circleci/project && cp -r /tmp/_circleci_local_build_repo/. /home/circleci/project
cp: cannot stat ‘/tmp/_circleci_local_build_repo/.’: No such file or directory
Error: Exited with code 1
Step failed