This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris-spark-connector.git
commit b799643dff7c9eaecae329f235a3d737a8283583 Author: Mingyu Chen <morningman....@gmail.com> AuthorDate: Wed Dec 15 13:27:37 2021 +0800 [chore][community](github) Remove travis and add github action (#7380) 1. Remove travis 2. Add github action to build extension: 1. docs 2. fs_broker 3. flink/spark/connector --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 64970e6..9fe907c 100755 --- a/build.sh +++ b/build.sh @@ -28,10 +28,11 @@ set -eo pipefail ROOT=`dirname "$0"` ROOT=`cd "$ROOT"; pwd` - export DORIS_HOME=${ROOT}/../../ export PATH=${DORIS_THIRDPARTY}/installed/bin:$PATH +. ${DORIS_HOME}/env.sh + # include custom environment variables if [[ -f ${DORIS_HOME}/custom_env.sh ]]; then . ${DORIS_HOME}/custom_env.sh --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org