diff options
-rwxr-xr-x | ci/build.sh | 4 |
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 |