File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -309,13 +309,11 @@ jobs:
309309 New-Item -ItemType Directory -Force -Path $dest | Out-Null
310310
311311 $logPath = Join-Path $env:USERPROFILE ".browserstack\NOW\logs"
312- $logPath2 = Join-Path $env:USERPROFILE "AppData\Local\Temp"
313312 $logPath3 = Join-Path "C:\Temp" "*.log"
314313
315314 if (Test-Path $logPath) {
316315 Write-Host "Copying logs from $logPath"
317316 Copy-Item -Path (Join-Path $logPath "*") -Destination $dest -Recurse -Force -ErrorAction SilentlyContinue
318- Copy-Item -Path (Join-Path $logPath2 "*") -Destination $dest -Recurse -Force -ErrorAction SilentlyContinue
319317 Copy-Item -Path (Join-Path $logPath3 "*") -Destination $dest -Recurse -Force -ErrorAction SilentlyContinue
320318 }
321319 else {
You can’t perform that action at this time.
0 commit comments