This is an automated email from the ASF dual-hosted git repository. smihaylov pushed a commit to branch readme in repository https://gitbox.apache.org/repos/asf/incubator-milagro-dta.git
commit 151a6760da5a48dca788ea789483550e4ff2f1cb Author: Stanislav Mihaylov <[email protected]> AuthorDate: Wed Sep 4 12:32:10 2019 +0300 Modify the build script output binary to be milagro --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 4b2a513..cf4e7a3 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,5 @@ set -e -GO111MODULE=on go build -o target/service github.com/apache/incubator-milagro-dta/cmd/service +GO111MODULE=on go build -o target/milagro github.com/apache/incubator-milagro-dta/cmd/service -target/service $@ +target/milagro $@
