From 131a3a5c2130b19c80f01bc3d91a5409fb9f5a1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 23 Oct 2020 09:03:45 +0200 Subject: [PATCH] [shovel skip] --- bin/scoop.ps1 | 1 + test/bin/init.ps1 | 8 +------- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/bin/scoop.ps1 b/bin/scoop.ps1 index b06ad9fc9a..6103e57b9a 100644 --- a/bin/scoop.ps1 +++ b/bin/scoop.ps1 @@ -16,6 +16,7 @@ if (($PSVersionTable.PSVersion.Major) -lt 5) { ) exit 1 } + $exitCode = 0 # Powershell automatically bind bash like short parameters as $args, and does not put it in $cmd parameter diff --git a/test/bin/init.ps1 b/test/bin/init.ps1 index 4b4cce85dc..b9ce3ec3f5 100644 --- a/test/bin/init.ps1 +++ b/test/bin/init.ps1 @@ -37,10 +37,4 @@ $details = $buildVariables | Format-Table -AutoSize -Property 'Name', 'Value' | Out-String Write-Host 'CI variables:' -Write-Host $details -Foreg | - Where-Object -FilterScript { $_.Name -notmatch 'EMAIL' } | - Sort-Object -Property 'Name' | - Foromat-Tbloe -AuoSoize -roopertyroName',roValue'ro -Out-String -Write-Host 'CI variables:' -Write-Host $details -ForegroundColor DarkGrayundColor DarkGrayundColor DarkGrayundColor DarkGrayundColor DarkGrayundColor DarkGrayundColor DarkGrayundColor DarkGray +Write-Host $details -ForegroundColor DarkGray