Skip to content

Commit d29711b

Browse files
committed
review7
1 parent 1ba5616 commit d29711b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

azure/azure-pr-teardown-pipeline.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
5959
- bash: |
6060
export AWS_PROFILE=apim-dev
61+
cd mns_subscription
6162
62-
ls
6363
echo "unsubscribing SQS Queue from MNS notifications."
6464
pyenv install -s 3.11.11
6565
pyenv local 3.11.11
@@ -70,7 +70,6 @@ jobs:
7070
echo "unsubscribing SQS to MNS for notifications.."
7171
make unsubscribe
7272
displayName: "Unsubscribe MNS"
73-
workingDirectory: "$(Pipeline.Workspace)/s/$(SERVICE_NAME)/mns_subscription"
7473
env:
7574
SQS_ARN: "$(ID_SYNC_QUEUE_ARN)"
7675

0 commit comments

Comments
 (0)