summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2018-04-11 21:26:21 +0000
committerGerrit Code Review <gerrit@fd.io>2018-04-11 21:26:21 +0000
commit99e65d69f95d257d001d49248246215976f6df50 (patch)
treefadfc2c9a23e338aa73284742a383ea46a86fd49
parenta5136e25788e84b84301f024cff519245829b65b (diff)
parentf4d9e5b4b8a5a8f456e3d12fa269db02924a1d7f (diff)
Merge "VPP: drop opensuse from maven push for now"
-rw-r--r--jjb/vpp/include-raw-vpp-maven-push.sh14
1 files changed, 7 insertions, 7 deletions
diff --git a/jjb/vpp/include-raw-vpp-maven-push.sh b/jjb/vpp/include-raw-vpp-maven-push.sh
index 086258ed9..cec22da5d 100644
--- a/jjb/vpp/include-raw-vpp-maven-push.sh
+++ b/jjb/vpp/include-raw-vpp-maven-push.sh
@@ -32,12 +32,12 @@ elif [ "${OS}" == "centos7" ]; then
do
push_rpm "$i"
done
-elif [ "${OS}" == "opensuse" ]; then
- # Find the files
- RPMS=$(find . -type f -iname '*.rpm')
- for i in $RPMS
- do
- push_rpm "$i"
- done
+# elif [ "${OS}" == "opensuse" ]; then
+# # Find the files
+# RPMS=$(find . -type f -iname '*.rpm')
+# for i in $RPMS
+# do
+# push_rpm "$i"
+# done
fi
# vim: ts=4 sw=4 sts=4 et ft=sh :