summaryrefslogtreecommitdiffstats
path: root/ci/build.sh
blob: d079ad526b40fc0a86dce333897c890e63567943 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

echo "Hello OVSNFV community!"

echo "Build ovs RPM for Linux kernel data plane from master branch of OVS."

./buildovs.sh

exit 0