Skip to content

Commit

Permalink
Merge pull request #6672 from brave/ie_cachepath
Browse files Browse the repository at this point in the history
Issue 6593: Trying to fix git cache path on Win.
  • Loading branch information
bsclifton committed Oct 30, 2019
1 parent cd0e7f4 commit 689d4c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ pipeline {
}
}
environment {
GIT_CACHE_PATH = "${USERPROFILE}\\cache"
GIT_CACHE_PATH = "C:\\Users\\Administrator\\cache"
SCCACHE_BUCKET = credentials("brave-browser-sccache-win-s3-bucket")
SCCACHE_ERROR_LOG = "${WORKSPACE}/sccache.log"
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}"
Expand Down Expand Up @@ -1037,4 +1037,4 @@ def testInstallWindows() {
Stop-Process -Name "Brave*" -Force
Remove-Item -Recurse -Force "C:\\Users\\Administrator\\Desktop\\Brave*"
"""
}
}

0 comments on commit 689d4c8

Please sign in to comment.