summaryrefslogtreecommitdiffstats
path: root/jjb/vpp/include-raw-vpp-maven-push.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/vpp/include-raw-vpp-maven-push.sh')
-rw-r--r--jjb/vpp/include-raw-vpp-maven-push.sh22
1 files changed, 11 insertions, 11 deletions
diff --git a/jjb/vpp/include-raw-vpp-maven-push.sh b/jjb/vpp/include-raw-vpp-maven-push.sh
index aea6067d9..5f42cbda9 100644
--- a/jjb/vpp/include-raw-vpp-maven-push.sh
+++ b/jjb/vpp/include-raw-vpp-maven-push.sh
@@ -70,15 +70,15 @@ function push_deb ()
push_file "$debfile" "$repoId" "$url" "$version" "$artifactId" deb
}
-
-for i in $JARS
-do
- push_jar "$i"
-done
-
-for i in $DEBS
-do
- push_deb "$i"
-done
-
+if [ ${OS} == "ubuntu1404" ]; then
+ for i in $JARS
+ do
+ push_jar "$i"
+ done
+
+ for i in $DEBS
+ do
+ push_deb "$i"
+ done
+fi
# vim: ts=4 sw=4 sts=4 et ft=sh :