Skip to content
This repository was archived by the owner on Sep 17, 2019. It is now read-only.

Commit

Permalink
Fix build failing on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Phoenix09 committed Sep 5, 2017
1 parent ac3ea71 commit 3bd732c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@

<target name="revision" depends="init">
<exec executable="git" outputproperty="revision" failonerror="true">
<arg line="rev-list --count master" />
<arg line="rev-list --count HEAD" />
</exec>
<echo>Revision: ${revision}</echo>
</target>
Expand Down

0 comments on commit 3bd732c

Please sign in to comment.