Merge pull request #400 from lstoll/lstoll-rename-build-script
Rename build script to avoid conflict with bazel
This commit is contained in:
@@ -44,9 +44,9 @@ install:
|
||||
script:
|
||||
- >
|
||||
if [ "${TARGET}" == "amd64" ]; then
|
||||
GOARCH="${TARGET}" ./test;
|
||||
GOARCH="${TARGET}" ./test.sh;
|
||||
else
|
||||
GOARCH="${TARGET}" ./build;
|
||||
GOARCH="${TARGET}" ./build.sh;
|
||||
fi
|
||||
|
||||
notifications:
|
||||
|
||||
Reference in New Issue
Block a user