mirror of
https://github.com/rancher/plugins.git
synced 2025-09-16 02:55:42 +00:00
Rename build script to avoid conflict with bazel
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user