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: script:
- | - |
if [ "${TARGET}" == "amd64" ]; then if [ "${TARGET}" == "amd64" ]; then
CNI_PATH="$(cd ../cni/bin && pwd)" GOARCH="${TARGET}" ./test CNI_PATH="$(cd ../cni/bin && pwd)" GOARCH="${TARGET}" ./test.sh
else else
GOARCH="${TARGET}" ./build GOARCH="${TARGET}" ./build.sh
fi fi
notifications: notifications:

View File

View File