File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
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."
You can’t perform that action at this time.
0 commit comments