"Directory (/tmp) you are trying to checkout to is not empty and not git repository"

This commit is contained in:
Jean-Paul Calderone 2019-04-04 11:45:16 -04:00
parent ab5410f001
commit 8bba0bfeaf

View File

@ -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"