Rename build script to avoid conflict with bazel
This commit is contained in:
@ -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:
|
||||||
|
Reference in New Issue
Block a user