-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update validate-build-bicep.yml (#896)
- Loading branch information
Mike Dzikowski
authored
Feb 15, 2024
1 parent
f6fd601
commit dc0e3cd
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ on: | |
- 'src/bicep/**' | ||
- '!src/bicep/**.md' | ||
env: | ||
BICEP_VERSION: 'v0.24.24' | ||
BICEP_VERSION: '' | ||
jobs: | ||
validate-build: | ||
runs-on: ubuntu-latest | ||
|
@@ -21,7 +21,7 @@ jobs: | |
- run: | | ||
git config user.name github-actions | ||
git config user.email [email protected] | ||
az bicep install --version "$BICEP_VERSION" | ||
az bicep install | ||
az bicep version | ||
az bicep build --file src/bicep/mlz.bicep --outfile src/bicep/mlz.json | ||
if [[ $(git status --porcelain) ]]; then | ||
|