[Ubuntu] Rework Selenium installation (#4308)

This commit is contained in:
Dibir Magomedsaygitov
2021-10-29 16:55:01 +03:00
committed by GitHub
parent f5d2b977cd
commit d502c64087
7 changed files with 35 additions and 9 deletions

View File

@@ -287,4 +287,4 @@ function Get-ZstdVersion {
function Get-YqVersion {
$yqVersion = ($(yq -V) -Split " ")[-1]
return "yq $yqVersion"
}
}