diff options
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/build.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/build.sh b/ci/build.sh index 1011923..9d07600 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -14,5 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. # +set -ex -echo "build" +bash ../src/cni/ovsdpdk/build.sh |