Skip to content

Commit

Permalink
Rename build script to avoid conflict with bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
Casey Callendrello committed May 15, 2017
1 parent f130db5 commit 1430c43
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 1430c43

Please sign in to comment.