We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daae814 commit 684d65fCopy full SHA for 684d65f
azure/templates/post-deploy.yml
@@ -82,9 +82,11 @@ steps:
82
83
- bash: |
84
echo "Subscribing SQS to MNS for notifications."
85
- poetry run python mns_subscription/src/subscribe_mns.py
+ poetry run python src/subscribe_mns.py
86
+ echo "Showing folder structure under pipeline workspace:"
87
+ find $(Pipeline.Workspace)/s -type d | sort
88
displayName: "Run MNS Subscription"
- workingDirectory: "$(Pipeline.Workspace)/s/$(SERVICE_NAME)/$(SERVICE_ARTIFACT_NAME)/mns_subscription"
89
+ workingDirectory: "$(Pipeline.Workspace)/s/immunisation-fhir-api/mns_subscription"
90
env:
91
SQS_ARN: "$(SQS_ARN)"
92
0 commit comments