Remove extra bracket from bad merge

This commit is contained in:
Brian Herrera
2021-03-25 15:45:53 -07:00
parent 0d3654a71f
commit 67e41ada75
-1
View File
@@ -373,7 +373,6 @@ def CheckoutRepo(boolean disableSubmodules = false) {
}
palSh('git lfs install', 'Git LFS Install')
palSh('git lfs pull', 'Git LFS Pull')
}
// CHANGE_ID is used by some scripts to identify uniquely the current change (usually metric jobs)
palSh('git rev-parse HEAD > commitid', 'Getting commit id')