diff options
author | Thomas F Herbert <therbert@redhat.com> | 2016-02-25 14:43:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-02-25 14:43:09 +0000 |
commit | e6eee91433297cc61314412bf7b81c969f806aeb (patch) | |
tree | eae9c538671484e87971fcd9f66b623ae4ce63b9 /ci/build.sh | |
parent | 9b18f594b06a17544902afb2187dab419b5b5f03 (diff) | |
parent | 8b54b317c7b60011b292c408d43041e46a23a2ed (diff) |
Merge "Build OVS with dpdk"
Diffstat (limited to 'ci/build.sh')
-rwxr-xr-x | ci/build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/build.sh b/ci/build.sh index c1655ad..2723abe 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -13,6 +13,7 @@ # 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!" |