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-flink-connector.git

commit 72a6afcb5e6a8612f8d5f7eea55291e85f606222
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 | 2 ++
 pom.xml  | 3 +--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/build.sh b/build.sh
index 3be10a0..e66a654 100644
--- a/build.sh
+++ b/build.sh
@@ -30,6 +30,8 @@ ROOT=`cd "$ROOT"; pwd`
 
 export DORIS_HOME=${ROOT}/../../
 
+. ${DORIS_HOME}/env.sh
+
 # include custom environment variables
 if [[ -f ${DORIS_HOME}/custom_env.sh ]]; then
     . ${DORIS_HOME}/custom_env.sh
diff --git a/pom.xml b/pom.xml
index 3cdd0db..967d51d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,8 +37,7 @@ under the License.
         <maven-javadoc-plugin.version>3.3.0</maven-javadoc-plugin.version>
         <maven-source-plugin.version>3.2.1</maven-source-plugin.version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <doris.home>${basedir}/../../</doris.home>
-        <doris.thirdparty>${basedir}/../../thirdparty</doris.thirdparty>
+        <doris.thirdparty>${env.DORIS_THIRDPARTY}</doris.thirdparty>
     </properties>
 
     <profiles>

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

Reply via email to