Remove git prune step

This commit is contained in:
Brian Herrera
2021-04-07 16:51:02 -07:00
committed by GitHub
parent 91ae6d2771
commit 4eae31c376
-1
View File
@@ -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')
}
}