Skip to content

Commit

Permalink
Ensure necessary env vars are set for temp DB deletion (#4036)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimorris27 authored Jan 3, 2025
1 parent b534984 commit 9d27d4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ stages:
# Clean Up Database
- bash: |
. ./hack/e2e/run-rp-and-e2e.sh
az cosmosdb sql database delete --name "$DATABASE_NAME" --yes --account-name "$DATABASE_ACCOUNT_NAME" --resource-group "$RESOURCEGROUP"
displayName: Clean Up Database
condition: always()
Expand Down

0 comments on commit 9d27d4f

Please sign in to comment.