diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2015-12-10 06:34:18 -0800 |
---|---|---|
committer | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2015-12-10 06:34:18 -0800 |
commit | 5bcc3250bfd968a95167c1f73d6f8d5e77d17f1f (patch) | |
tree | 2c11863a348777f8b88a8b588e5382a3a7d7b8f3 /jjb/vpp | |
parent | c4c17672b9a000663cbe9f5aa2332ecc65a4c783 (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.sh | 2 |
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 |