Skip to content

Commit

Permalink
[shovel skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash258 committed Oct 23, 2020
1 parent 1cfc883 commit 131a3a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
1 change: 1 addition & 0 deletions bin/scoop.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 1 addition & 7 deletions test/bin/init.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 131a3a5

Please sign in to comment.