Skip to content

Commit e9c94b7

Browse files
committed
VED-79: azure pipeline
1 parent 44cd06b commit e9c94b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

azure/azure-pr-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ extends:
4848
- template: ./templates/post-deploy.yml
4949
parameters:
5050
aws_account_type: 'dev'
51-
subscribe_to_mns: 'true'
51+
subscribe_to_mns: false

azure/templates/post-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ parameters:
55
default: true
66
- name: 'aws_account_type'
77
type: string
8-
- name: subscribe_mns
8+
- name: subscribe_to_mns
99
type: boolean
1010
default: true
1111

@@ -81,7 +81,7 @@ steps:
8181
workingDirectory: "$(Pipeline.Workspace)/s/$(SERVICE_NAME)/$(SERVICE_ARTIFACT_NAME)"
8282
retryCountOnTaskFailure: 2
8383
84-
- ${{ if eq(parameters.subscribe_mns, true) }}:
84+
- ${{ if eq(parameters.subscribe_to_mns, true) }}:
8585
- bash: |
8686
export AWS_PROFILE=apim-dev
8787
echo "Subscribing SQS to MNS for notifications."

0 commit comments

Comments
 (0)