From: Casey Callendrello Date: Mon, 15 May 2017 14:45:58 +0000 (+0200) Subject: Rename build script to avoid conflict with bazel X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=1430c43243275e2c7b13dc14f24c61a1e0bfa9e9;p=plugins.git Rename build script to avoid conflict with bazel --- diff --git a/.travis.yml b/.travis.yml index d0640b8..35dce0a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/build b/build.sh similarity index 100% rename from build rename to build.sh diff --git a/test b/test.sh similarity index 100% rename from test rename to test.sh