mirror of
https://github.com/actions/runner-images.git
synced 2025-12-16 06:40:32 +00:00
[Ubuntu] Remove azcopy 7 (#2779)
* remove azcopy 7 installation * Fix software report generator * fix variable name * add install helper
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
Describe "azcopy" {
|
||||
It "azcopy" {
|
||||
#(azcopy --version) command returns exit code 1 (see details: https://github.com/Azure/azure-storage-azcopy/releases)
|
||||
$azcopyVersion = (Get-CommandResult "azcopy --version").Output
|
||||
$azcopyVersion | Should -BeLike "*azcopy*"
|
||||
"azcopy --version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
|
||||
It "azcopy10" {
|
||||
It "azcopy10 link exists" {
|
||||
"azcopy10 --version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user