Skip to content

Commit c054261

Browse files
committed
load folder
1 parent 10488ba commit c054261

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure/azure-pr-teardown-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ jobs:
5555
poetry install --no-root
5656
5757
echo "Setting PYTHONPATH..."
58-
export PYTHONPATH=$(Pipeline.Workspace)/s/$(SERVICE_NAME)/$(SERVICE_ARTIFACT_NAME)/mns_subscription
58+
export PYTHONPATH=$(Pipeline.Workspace)/s/$(SERVICE_NAME)/mns_subscription
5959
6060
echo "unsubscribing SQS to MNS for notifications..."
6161
poetry run python src/unsubscribe_mns.py
6262
displayName: "UnSubcribe MNS"
63-
workingDirectory: "$(Pipeline.Workspace)/s/$(SERVICE_NAME)/$(SERVICE_ARTIFACT_NAME)/mns_subscription"
63+
workingDirectory: "$(Pipeline.Workspace)/s/$(SERVICE_NAME)/mns_subscription"
6464
6565
- bash: |
6666
export AWS_PROFILE=apim-dev

0 commit comments

Comments
 (0)