From 647e5638bfb18c0df7a7353b038b1ef587921486 Mon Sep 17 00:00:00 2001 From: Arne Halvorsen Date: Sun, 6 Jun 2021 20:23:30 +0200 Subject: [PATCH] wip: #104 --- push.ps1 | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/push.ps1 b/push.ps1 index 84f8ddf..9fb7c97 100644 --- a/push.ps1 +++ b/push.ps1 @@ -35,15 +35,12 @@ if ($LASTEXITCODE -eq 0) { Write-Host "Tests ok!" -ForegroundColor Green } else { - Write-Host - #$testResult = $testResult -join [System.Environment]::NewLine - #Write-Error $testResult Write-Host Write-Host 'NO GO: Tests failed!' -ForegroundColor Magenta Write-Host exit } -# Write-Host -# Write-Host 'Doing the push' -ForegroundColor Yellow -# git push +Write-Host +Write-Host 'Doing the push' -ForegroundColor Yellow +git push