Disable building of RPMs.
[ovsnfv.git] / ci / build.sh
index c1655ad..d153250 100755 (executable)
 #    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