Skip to content

Commit daae814

Browse files
committed
VED-79:setup script in the pipeline2
1 parent 98a37c0 commit daae814

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure/templates/post-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ steps:
8181
retryCountOnTaskFailure: 2
8282
8383
- bash: |
84-
echo "Subscribing SQS to MNS via Lambda-compatible client..."
84+
echo "Subscribing SQS to MNS for notifications."
8585
poetry run python mns_subscription/src/subscribe_mns.py
8686
displayName: "Run MNS Subscription"
87-
workingDirectory: "$(Pipeline.Workspace)/s/$(SERVICE_NAME)/$(SERVICE_ARTIFACT_NAME)"
87+
workingDirectory: "$(Pipeline.Workspace)/s/$(SERVICE_NAME)/$(SERVICE_ARTIFACT_NAME)/mns_subscription"
8888
env:
8989
SQS_ARN: "$(SQS_ARN)"
9090

0 commit comments

Comments
 (0)