Skip to content

Commit

Permalink
Merge pull request #9431 from brave/bsc-windows-git-cache
Browse files Browse the repository at this point in the history
Temporarily disable gclient/git caching
  • Loading branch information
bsclifton committed Apr 24, 2020
2 parents 455d345 + 40349b3 commit e715e0a
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 e715e0a

Please sign in to comment.