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