mirror of
https://github.com/actions/runner-images.git
synced 2025-12-12 20:26:49 +00:00
fix android and docker sections
This commit is contained in:
@@ -10,12 +10,12 @@ function Get-AnsibleVersion {
|
||||
|
||||
function Get-AzCopy7Version {
|
||||
$azcopy7Version = azcopy --version | Take-OutputPart -Part 1 | Take-OutputPart -Part 0 -Delimiter "-"
|
||||
return "AzCopy7 (available by azcopy alias) $azcopy7Version"
|
||||
return "AzCopy7 $azcopy7Version (available by ``azcopy`` alias)"
|
||||
}
|
||||
|
||||
function Get-AzCopy10Version {
|
||||
$azcopy10Version = azcopy10 --version | Take-OutputPart -Part 2
|
||||
return "AzCopy10 (available by azcopy10 alias) $azcopy10Version"
|
||||
return "AzCopy10 $azcopy10Version (available by ``azcopy10`` alias)"
|
||||
}
|
||||
|
||||
function Get-BazelVersion {
|
||||
|
||||
Reference in New Issue
Block a user