Skip to content

Commit bea56c0

Browse files
committed
review6
1 parent 547bfcd commit bea56c0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

azure/azure-pr-teardown-pipeline.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ jobs:
5858
5959
- bash: |
6060
export AWS_PROFILE=apim-dev
61-
cd mns_subscription
6261
6362
ls
6463
echo "unsubscribing SQS Queue from MNS notifications."
@@ -68,9 +67,13 @@ jobs:
6867
poetry env use 3.11
6968
poetry install --no-root
7069
70+
echo "Setting PYTHONPATH..."
71+
export PYTHONPATH=$(Pipeline.Workspace)/s/$(SERVICE_NAME)/mns_subscription
72+
7173
echo "unsubscribing SQS to MNS for notifications.."
7274
poetry run python src/unsubscribe_mns.py
7375
displayName: "Unsubscribe MNS"
76+
workingDirectory: "$(Pipeline.Workspace)/s/$(SERVICE_NAME)/mns_subscription"
7477
env:
7578
SQS_ARN: "$(ID_SYNC_QUEUE_ARN)"
7679

0 commit comments

Comments
 (0)