Skip to content

Commit

Permalink
Update create-sql.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
algattik committed Jul 24, 2019
1 parent f0a4e06 commit e64b221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/azure-sql/create-sql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ if [ "$containerState" != "Succeeded" ]; then
fi

echo 'deleting container instance'
echo az container delete -g $RESOURCE_GROUP -n "$instanceName" --yes \
az container delete -g $RESOURCE_GROUP -n "$instanceName" --yes \
-o tsv >> log.txt

if [ "$containerState" != "Succeeded" ]; then
Expand Down

0 comments on commit e64b221

Please sign in to comment.