summaryrefslogtreecommitdiffstats
path: root/ci/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/build.sh')
-rwxr-xr-xci/build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/build.sh b/ci/build.sh
index 2723abe..d153250 100755
--- a/ci/build.sh
+++ b/ci/build.sh
@@ -17,8 +17,8 @@ set -e
echo "Hello OVSNFV community!"
-echo "Build ovs RPM for Linux kernel data plane from master branch of OVS."
+echo "Disable building of RPMs."
-./buildovs.sh
+# ./buildovs.sh
exit 0