Skip to content

Commit

Permalink
update pattern
Browse files Browse the repository at this point in the history
Signed-off-by: sk593 <[email protected]>
  • Loading branch information
sk593 committed Aug 12, 2024
1 parent e20fcec commit f7bef28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/validate-bicep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ FILES=$(find . -type f -name "*.bicep")
cp bicepconfig.json bicepconfig.json.bak

# Update the bicepconfig.json file to include the "cloud" field using sed
sed -i '' 's/^{/{\n "cloud": { "credentialPrecedence": ["Environment"] },/' bicepconfig.json
sed -i '' -e 's/^{/{\n "cloud": { "credentialPrecedence": ["Environment"] },/' bicepconfig.json

# Get the first bicep file with Radius and AWS extensions from the list to restore extensions
FIRST_FILE_RAD=""
Expand Down

0 comments on commit f7bef28

Please sign in to comment.