]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
fixup: create debian/changelog correctly, handle master branch differently. create...
authorHolger Levsen <holger@layer-acht.org>
Wed, 24 Jul 2013 15:45:31 +0000 (17:45 +0200)
committerHolger Levsen <holger@layer-acht.org>
Wed, 24 Jul 2013 15:45:31 +0000 (17:45 +0200)
debian_wrap_maven_results.sh

index 86ba61cbce37f0962b8e243456312c46246f84a3..a5743ef4f899b2f083168f332f99fef6d4d5432d 100755 (executable)
@@ -33,7 +33,7 @@ function cleanup {
 
 function validateInput
 {
-    APPEND_TO_VERSION = ""
+    APPEND_TO_VERSION=""
 
     if [[ -z "${VERSION}" ]] ; then
         echo "ERROR: Cannot get version from maven using 'mvn -B -N help:evaluate -Dexpression=project.version'"