Merge pull request #1726 from vsafonkin/v-vlsafo/add-pipx-ubuntu

[ubuntu] Add pipx and install yamllint and aws sam cli through it.
This commit is contained in:
Maxim Lobanov
2020-10-09 09:41:40 +03:00
committed by GitHub
9 changed files with 99 additions and 11 deletions

View File

@@ -275,4 +275,8 @@ function Get-RVersion {
function Get-SphinxVersion {
$sphinxVersion = searchd -h | Select-Object -First 1 | Take-OutputPart -Part 1 | Take-OutputPart -Part 0 -Delimiter "-"
return "Sphinx Open Source Search Server $sphinxVersion"
}
function Get-YamllintVersion {
return "$(yamllint --version)"
}