Disable Disqus comments on HA Guide
Note that this works since the Jenkins jobs does not pass -Dcomments.enabled to the job like all the other jobs. Change-Id: I02261d507d9a49a7fa1fe0cc39ad1ae89c3b8423
This commit is contained in:
parent
f88fe5f691
commit
8871efaaa3
@ -14,7 +14,7 @@
|
||||
<properties>
|
||||
<!-- This is set by Jenkins according to the branch. -->
|
||||
<release.path.name>trunk</release.path.name>
|
||||
<comments.enabled>1</comments.enabled>
|
||||
<comments.enabled>0</comments.enabled>
|
||||
</properties>
|
||||
<!-- ################################################ -->
|
||||
<!-- USE "mvn clean generate-sources" to run this POM -->
|
||||
|
Loading…
Reference in New Issue
Block a user