X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ci%2Fbuild.sh;h=d153250e75b77deaadbdcd6c2df9be9c7a411685;hb=refs%2Fchanges%2F99%2F40399%2F3;hp=c1655ada3dc9113ba81cf2df30f552873ac90ea3;hpb=f782a3b57a8a9cc4ce4093a69baf1cbd121db0f8;p=ovsnfv.git diff --git a/ci/build.sh b/ci/build.sh index c1655ad..d153250 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -13,11 +13,12 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +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