Do not double up the _amd64 for maven push script 37/37/1
authorAndrew Grimberg <[email protected]>
Thu, 10 Dec 2015 14:34:18 +0000 (06:34 -0800)
committerAndrew Grimberg <[email protected]>
Thu, 10 Dec 2015 14:34:18 +0000 (06:34 -0800)
Change-Id: If6f686d44442a42e98e4d5d783a4c2d869c98023
Signed-off-by: Andrew Grimberg <[email protected]>
jjb/vpp/include-raw-vpp-maven-push.sh

index d09cf82..f03cc29 100644 (file)
@@ -62,7 +62,7 @@ function push_deb ()
     artifactId=$(echo "$basefile" | cut -f 1 -d '_')
     version=$(echo "$basefile" | cut -f 2- -d '_')
 
-    push_file "$debfile" "$repoId" "$url" "${version}_amd64" "$artifactId" deb
+    push_file "$debfile" "$repoId" "$url" "$version" "$artifactId" deb
 }
 
 for i in $JARS