Remove git prune step
This commit is contained in:
Vendored
-1
@@ -343,7 +343,6 @@ def CheckoutRepo(boolean disableSubmodules = false) {
|
||||
if(fileExists(indexLockFile)) { // if it is still there, remove it
|
||||
palRm(indexLockFile)
|
||||
}
|
||||
palSh('git remote prune origin', 'Git reset')
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user