Skip to content

Commit 684d65f

Browse files
committed
VED-79: resolve script issues
1 parent daae814 commit 684d65f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

azure/templates/post-deploy.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,11 @@ steps:
8282
8383
- bash: |
8484
echo "Subscribing SQS to MNS for notifications."
85-
poetry run python mns_subscription/src/subscribe_mns.py
85+
poetry run python src/subscribe_mns.py
86+
echo "Showing folder structure under pipeline workspace:"
87+
find $(Pipeline.Workspace)/s -type d | sort
8688
displayName: "Run MNS Subscription"
87-
workingDirectory: "$(Pipeline.Workspace)/s/$(SERVICE_NAME)/$(SERVICE_ARTIFACT_NAME)/mns_subscription"
89+
workingDirectory: "$(Pipeline.Workspace)/s/immunisation-fhir-api/mns_subscription"
8890
env:
8991
SQS_ARN: "$(SQS_ARN)"
9092

0 commit comments

Comments
 (0)