From: Andrew Grimberg Date: Thu, 10 Dec 2015 14:34:18 +0000 (-0800) Subject: Do not double up the _amd64 for maven push script X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F37%2F37%2F1;p=ci-management.git Do not double up the _amd64 for maven push script Change-Id: If6f686d44442a42e98e4d5d783a4c2d869c98023 Signed-off-by: Andrew Grimberg --- diff --git a/jjb/vpp/include-raw-vpp-maven-push.sh b/jjb/vpp/include-raw-vpp-maven-push.sh index d09cf827e..f03cc298a 100644 --- a/jjb/vpp/include-raw-vpp-maven-push.sh +++ b/jjb/vpp/include-raw-vpp-maven-push.sh @@ -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