Skip to content

Commit e872727

Browse files
azure-sdkheaths
andauthored
Remove extraneous unconditional bicep invocation (#43568)
Fails if you don't have `bicep` installed but do have `az bicep` and was unnecessary since the check below it did it anyway. Co-authored-by: Heath Stewart <[email protected]>
1 parent ce7d6cb commit e872727

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

eng/common/TestResources/TestResources-Helpers.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,6 @@ function LintBicepFile([string] $path) {
185185
}
186186

187187
# Work around lack of config file override: https://github.com/Azure/bicep/issues/5013
188-
$output = bicep lint $path 2>&1
189-
190188
if ($useBicepCli) {
191189
$output = bicep lint $path 2>&1
192190
} else {

0 commit comments

Comments
 (0)