Rename build script to avoid conflict with bazel

This commit is contained in:
Casey Callendrello 2017-05-15 16:45:58 +02:00
parent f130db5b61
commit 1430c43243
3 changed files with 2 additions and 2 deletions

View File

@ -29,9 +29,9 @@ install:
script:
- |
if [ "${TARGET}" == "amd64" ]; then
CNI_PATH="$(cd ../cni/bin && pwd)" GOARCH="${TARGET}" ./test
CNI_PATH="$(cd ../cni/bin && pwd)" GOARCH="${TARGET}" ./test.sh
else
GOARCH="${TARGET}" ./build
GOARCH="${TARGET}" ./build.sh
fi
notifications:

View File

View File