We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 574acbe commit f8d6b36Copy full SHA for f8d6b36
azure/azure-pr-teardown-pipeline.yml
@@ -67,12 +67,10 @@ jobs:
67
poetry env use 3.11
68
poetry install --no-root
69
70
- echo "Setting PYTHONPATH..."
71
echo "unsubscribing SQS to MNS for notifications.."
72
cd mns_subscription
73
poetry run python src/unsubscribe_mns.py
74
displayName: "Unsubscribe MNS"
75
- workingDirectory: "$(Pipeline.Workspace)/s/$(SERVICE_NAME)/mns_subscription"
76
env:
77
SQS_ARN: "$(ID_SYNC_QUEUE_ARN)"
78
0 commit comments