Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
wip: #104
Browse files Browse the repository at this point in the history
  • Loading branch information
Aha43 committed Jun 6, 2021
1 parent a140763 commit 647e563
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions push.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 647e563

Please sign in to comment.