Skip to content

Commit

Permalink
Temporarily disable gclient/git caching on Windows only
Browse files Browse the repository at this point in the history
  • Loading branch information
bsclifton committed Apr 24, 2020
1 parent 455d345 commit 40349b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,6 @@ pipeline {
}
}
environment {
GIT_CACHE_PATH = "C:\\Users\\Administrator\\cache"
PATH = "C:\\Program Files (x86)\\Windows Kits\\10\\bin\\10.0.18362.0\\x64\\;C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\Common7\\IDE\\Remote Debugger\\x64;${PATH}"
SIGNTOOL_ARGS = "sign /t http://timestamp.digicert.com /fd sha256 /sm"
CERT = "Brave"
Expand Down Expand Up @@ -978,7 +977,6 @@ def configWindows() {

def installWindows() {
powershell """
Remove-Item -Recurse -Force ${GIT_CACHE_PATH}/*.lock
Get-ChildItem "Cert:\\LocalMachine\\My" | Remove-Item
\$ErrorActionPreference = "Stop"
npm install --no-optional
Expand Down

0 comments on commit 40349b3

Please sign in to comment.