Skip to content

Commit

Permalink
Merge pull request moby#39259 from olljanat/fix-win-tmp
Browse files Browse the repository at this point in the history
Windows CI - Corrected LOCALAPPDATA location
  • Loading branch information
thaJeztah authored Jun 3, 2019
2 parents 784bd2c + 61815f6 commit 0105613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/ci/windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ Try {
# Redirect to a temporary location.
$TEMPORIG=$env:TEMP
$env:TEMP="$env:TESTRUN_DRIVE`:\$env:TESTRUN_SUBDIR\CI-$COMMITHASH"
$env:LOCALAPPDATA="$TEMP\localappdata"
$env:LOCALAPPDATA="$env:TEMP\localappdata"
$errorActionPreference='Stop'
New-Item -ItemType Directory "$env:TEMP" -ErrorAction SilentlyContinue | Out-Null
New-Item -ItemType Directory "$env:TEMP\userprofile" -ErrorAction SilentlyContinue | Out-Null
Expand Down

0 comments on commit 0105613

Please sign in to comment.