File tree Expand file tree Collapse file tree 4 files changed +1
-15
lines changed Expand file tree Collapse file tree 4 files changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,6 @@ git lfs install
1414# Update system git config
1515sudo git lfs install --system
1616
17- echo Installing Hub
18- brew_smart_install " hub"
19-
2017echo Disable all the Git help messages...
2118git config --global advice.pushUpdateRejected false
2219git config --global advice.pushNonFFCurrent false
Original file line number Diff line number Diff line change @@ -302,11 +302,6 @@ function Get-GitHubCLIVersion {
302302 return $ghVersion
303303}
304304
305- function Get-HubVersion {
306- $hubVersion = Run- Command " brew list --versions hub" | Take- Part - Part 1
307- return $hubVersion
308- }
309-
310305function Get-WgetVersion {
311306 $wgetVersion = Run- Command " wget --version" | Select-String " GNU Wget" | Take- Part - Part 2
312307 return $wgetVersion
@@ -634,4 +629,4 @@ function Get-ColimaVersion {
634629function Get-PKGConfigVersion {
635630 $pkgconfigVersion = Run- Command " pkg-config --version"
636631 return $pkgconfigVersion
637- }
632+ }
Original file line number Diff line number Diff line change @@ -123,7 +123,6 @@ if ($os.IsBigSur) {
123123 $utilities.AddToolVersion (" helm" , $ (Get-HelmVersion ))
124124}
125125if ((-not $os.IsVentura ) -and (-not $os.IsVenturaArm64 )) {
126- $utilities.AddToolVersion (" Hub CLI" , $ (Get-HubVersion ))
127126 $utilities.AddToolVersion (" ImageMagick" , $ (Get-ImageMagickVersion ))
128127}
129128$utilities.AddToolVersion (" jq" , $ (Get-JqVersion ))
Original file line number Diff line number Diff line change @@ -8,8 +8,3 @@ Describe "Git" {
88 " git lfs version" | Should - ReturnZeroExitCode
99 }
1010}
11- Describe " hub CLI" - Skip:($os.IsVentura -or $os.IsVenturaArm64 ) {
12- It " hub CLI is installed" {
13- " hub --version" | Should - ReturnZeroExitCode
14- }
15- }
You can’t perform that action at this time.
0 commit comments