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 4b3f8c8 commit 574acbeCopy full SHA for 574acbe
azure/azure-pr-teardown-pipeline.yml
@@ -58,6 +58,8 @@ jobs:
58
59
- bash: |
60
export AWS_PROFILE=apim-dev
61
+
62
+ ls
63
echo "unsubscribing SQS Queue from MNS notifications."
64
pyenv install -s 3.11.11
65
pyenv local 3.11.11
@@ -66,9 +68,8 @@ jobs:
66
68
poetry install --no-root
67
69
70
echo "Setting PYTHONPATH..."
- export PYTHONPATH=$(Pipeline.Workspace)/s/$(SERVICE_NAME)/mns_subscription
-
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"
0 commit comments