build: remove -x bash flag

This commit is contained in:
Stefan Junker 2016-05-20 12:38:19 +02:00
parent 232d7c095d
commit 54c0cd2cad

2
build
View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -xe
set -e
ORG_PATH="github.com/containernetworking"
REPO_PATH="${ORG_PATH}/cni"