azkaban-developers

Last commit only picked up the first tag, instead of the current

2/4/2014 3:58:52 AM

Changes

build.xml 1(+1 -0)

Details

build.xml 1(+1 -0)

diff --git a/build.xml b/build.xml
index 5c7f609..c195aaa 100644
--- a/build.xml
+++ b/build.xml
@@ -60,6 +60,7 @@
 	    <exec executable="git" outputproperty="git.tag" failifexecutionfails="false" errorproperty="">
 	        <arg value="describe"/>
 	    	<arg value="--abbrev=0"/>
+	    	<arg value="--tags"/>
 	    </exec>
 	    <condition property="git.tag" value="${git.tag}" else="${version}">
 	        <and>