mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Windows CI - Corrected LOCALAPPDATA location
Signed-off-by: Olli Janatuinen <olli.janatuinen@gmail.com>
This commit is contained in:
parent
12b837e474
commit
61815f6763
1 changed files with 1 additions and 1 deletions
|
@ -409,7 +409,7 @@ Try {
|
||||||
# Redirect to a temporary location.
|
# Redirect to a temporary location.
|
||||||
$TEMPORIG=$env:TEMP
|
$TEMPORIG=$env:TEMP
|
||||||
$env:TEMP="$env:TESTRUN_DRIVE`:\$env:TESTRUN_SUBDIR\CI-$COMMITHASH"
|
$env:TEMP="$env:TESTRUN_DRIVE`:\$env:TESTRUN_SUBDIR\CI-$COMMITHASH"
|
||||||
$env:LOCALAPPDATA="$TEMP\localappdata"
|
$env:LOCALAPPDATA="$env:TEMP\localappdata"
|
||||||
$errorActionPreference='Stop'
|
$errorActionPreference='Stop'
|
||||||
New-Item -ItemType Directory "$env:TEMP" -ErrorAction SilentlyContinue | Out-Null
|
New-Item -ItemType Directory "$env:TEMP" -ErrorAction SilentlyContinue | Out-Null
|
||||||
New-Item -ItemType Directory "$env:TEMP\userprofile" -ErrorAction SilentlyContinue | Out-Null
|
New-Item -ItemType Directory "$env:TEMP\userprofile" -ErrorAction SilentlyContinue | Out-Null
|
||||||
|
|
Loading…
Add table
Reference in a new issue