fix shallow clone git-commit-id plugin unable to find commits until tag issue (#6495)

This commit is contained in:
Joshua Sun 2018-10-20 14:45:09 -07:00 committed by Gian Merlino
parent e1a53fd17a
commit bf90b2b183
1 changed files with 1 additions and 1 deletions

View File

@ -1076,7 +1076,7 @@
</excludeProperties> </excludeProperties>
<gitDescribe> <gitDescribe>
<skip>false</skip> <skip>false</skip>
<always>false</always> <always>true</always>
<abbrev>7</abbrev> <abbrev>7</abbrev>
<dirty>-dirty</dirty> <dirty>-dirty</dirty>
<forceLongFormat>true</forceLongFormat> <forceLongFormat>true</forceLongFormat>