Skip to content

Commit

Permalink
remove preview from test-templates
Browse files Browse the repository at this point in the history
  • Loading branch information
vhvb1989 committed Sep 19, 2024
1 parent 13b5ad0 commit 281d096
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions templates/tests/test-templates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,9 @@ function deployTemplate {
azd env new "$3" --subscription "$4" --location "$5" --no-prompt
fi

echo "Create provision preview for $3..."
azd provision -e "$3" --preview

echo "Provisioning infrastructure for $3..."
azd provision -e "$3"

echo "Create (delta) provision preview after provision..."
azd provision -e "$3" --preview

echo "Deploying apps for $3..."
azd deploy -e "$3"
}
Expand Down

0 comments on commit 281d096

Please sign in to comment.