Skip to content

Commit

Permalink
updated resource cleanup database delete
Browse files Browse the repository at this point in the history
Jira ticket: CAMS-442
  • Loading branch information
amorrow-flexion committed Nov 8, 2024
1 parent 415b5bb commit a99ef5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/azure-remove-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
echo "Adding suffix to database name.."
e2eDatabaseName="${{ secrets.AZ_COSMOS_DATABASE_NAME }}-e2e-${{ needs.check.outputs.targetBranchHashId }}"
az cosmosdb sql database delete \
az cosmosdb mongodb database delete \
--account-name ${{ secrets.AZ_COSMOS_ACCOUNT_NAME }} \
--name "${e2eDatabaseName}" \
--resource-group ${{ secrets.AZURE_RG }} \
Expand Down

0 comments on commit a99ef5e

Please sign in to comment.