Skip to content

Commit 574acbe

Browse files
committed
review3
1 parent 4b3f8c8 commit 574acbe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

azure/azure-pr-teardown-pipeline.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858
5959
- bash: |
6060
export AWS_PROFILE=apim-dev
61+
62+
ls
6163
echo "unsubscribing SQS Queue from MNS notifications."
6264
pyenv install -s 3.11.11
6365
pyenv local 3.11.11
@@ -66,9 +68,8 @@ jobs:
6668
poetry install --no-root
6769
6870
echo "Setting PYTHONPATH..."
69-
export PYTHONPATH=$(Pipeline.Workspace)/s/$(SERVICE_NAME)/mns_subscription
70-
7171
echo "unsubscribing SQS to MNS for notifications.."
72+
cd mns_subscription
7273
poetry run python src/unsubscribe_mns.py
7374
displayName: "Unsubscribe MNS"
7475
workingDirectory: "$(Pipeline.Workspace)/s/$(SERVICE_NAME)/mns_subscription"

0 commit comments

Comments
 (0)