summaryrefslogtreecommitdiffstats
path: root/jjb/vpp
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2015-12-10 06:34:18 -0800
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2015-12-10 06:34:18 -0800
commit5bcc3250bfd968a95167c1f73d6f8d5e77d17f1f (patch)
tree2c11863a348777f8b88a8b588e5382a3a7d7b8f3 /jjb/vpp
parentc4c17672b9a000663cbe9f5aa2332ecc65a4c783 (diff)
Do not double up the _amd64 for maven push script
Change-Id: If6f686d44442a42e98e4d5d783a4c2d869c98023 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Diffstat (limited to 'jjb/vpp')
-rw-r--r--jjb/vpp/include-raw-vpp-maven-push.sh2
1 files changed, 1 insertions, 1 deletions
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