This is an automated email from the ASF dual-hosted git repository.

kirs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-streamloader.git


The following commit(s) were added to refs/heads/master by this push:
     new 4ef0607  [chore] modify build.sh (#11)
4ef0607 is described below

commit 4ef06074a47ac7c9ea96e7dac67e66e4ff5a32c6
Author: Mingyu Chen <morning...@163.com>
AuthorDate: Fri Jan 26 22:41:25 2024 +0800

    [chore] modify build.sh (#11)
---
 build.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/build.sh b/build.sh
index a743103..f1bc7b9 100755
--- a/build.sh
+++ b/build.sh
@@ -16,6 +16,9 @@
 # specific language governing permissions and limitations
 # under the License.
 
+ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"
+
 rm -rf version.go
 go generate
 go build
+echo "Build success. Output: ${ROOT}/doris-streamloader"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to