mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 05:07:02 +00:00
Remove bicep from software docs and tests for ub16 (#3656)
This commit is contained in:
@@ -109,7 +109,6 @@ $toolsList = @(
|
|||||||
(Get-AzCopyVersion),
|
(Get-AzCopyVersion),
|
||||||
(Get-BazelVersion),
|
(Get-BazelVersion),
|
||||||
(Get-BazeliskVersion),
|
(Get-BazeliskVersion),
|
||||||
(Get-BicepVersion),
|
|
||||||
(Get-CodeQLBundleVersion),
|
(Get-CodeQLBundleVersion),
|
||||||
(Get-CMakeVersion),
|
(Get-CMakeVersion),
|
||||||
(Get-DockerMobyClientVersion),
|
(Get-DockerMobyClientVersion),
|
||||||
@@ -145,8 +144,9 @@ $toolsList = @(
|
|||||||
|
|
||||||
if (-not (Test-IsUbuntu16)) {
|
if (-not (Test-IsUbuntu16)) {
|
||||||
$toolsList += @(
|
$toolsList += @(
|
||||||
(Get-PodManVersion),
|
(Get-BicepVersion),
|
||||||
(Get-BuildahVersion),
|
(Get-BuildahVersion),
|
||||||
|
(Get-PodManVersion),
|
||||||
(Get-SkopeoVersion),
|
(Get-SkopeoVersion),
|
||||||
(Get-YamllintVersion)
|
(Get-YamllintVersion)
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ Describe "azcopy" {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Describe "Bicep" {
|
Describe "Bicep" -Skip:(Test-IsUbuntu16) {
|
||||||
It "Bicep" {
|
It "Bicep" {
|
||||||
"bicep --version" | Should -ReturnZeroExitCode
|
"bicep --version" | Should -ReturnZeroExitCode
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user