bug: if we fail to clone a git repo, do not create a directory
Open
- Dominant language
- Go
- Stars
- 300
- Forks
- 64
- Avg merge
- 20m
- Merged PRs (30d)
- 1
Description
# Problem:
If you clone a fresh repository, and fail for whatever reason, the folder is still created.
This causes subsequent runs to assume that the repository has already been cloned and skip cloning.
We should not create the folder if we fail to clone.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.