From 8bba0bfeaf95125ad3859715cb43199622a2478e Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Thu, 4 Apr 2019 11:45:16 -0400 Subject: [PATCH] "Directory (/tmp) you are trying to checkout to is not empty and not git repository" --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fad358729..91a3f724f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -80,7 +80,7 @@ jobs: # pip cannot install packages if the working directory is not readable. # We want to run a lot of steps as nobody instead of as root. - working_directory: "/tmp" + working_directory: "/tmp/project" steps: - "checkout"