Closed cnotin closed 4 years ago
Using git --depth=1 is good to optimize the download, but it only get the latest commit so it fails when later it tries to "git checkout" to a specific commit (which isn't the latest one now)
I tested this PR :)
Nice catch, thanks!
Using git --depth=1 is good to optimize the download, but it only get the latest commit so it fails when later it tries to "git checkout" to a specific commit (which isn't the latest one now)
I tested this PR :)