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

liuxiaocs pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-hugegraph-toolchain.git


The following commit(s) were added to refs/heads/master by this push:
     new 0dd23397 chore(ci): update profile commit id for 1.3 (#597)
0dd23397 is described below

commit 0dd23397a223db0de5cdc8ebc015ac302118aa59
Author: V_Galaxy <[email protected]>
AuthorDate: Fri Mar 22 16:45:02 2024 +0800

    chore(ci): update profile commit id for 1.3 (#597)
---
 .github/workflows/client-ci.yml                                      | 2 +-
 .github/workflows/client-go-ci.yml                                   | 2 +-
 .github/workflows/hubble-ci.yml                                      | 2 +-
 .github/workflows/loader-ci.yml                                      | 2 +-
 .github/workflows/spark-connector-ci.yml                             | 3 +--
 .github/workflows/tools-ci.yml                                       | 2 +-
 .../assembly/travis/install-hugegraph-from-source.sh                 | 5 +++--
 7 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/.github/workflows/client-ci.yml b/.github/workflows/client-ci.yml
index 7ba285c3..be0dcba3 100644
--- a/.github/workflows/client-ci.yml
+++ b/.github/workflows/client-ci.yml
@@ -25,7 +25,7 @@ jobs:
       USE_STAGE: 'true' # Whether to include the stage repository.
       TRAVIS_DIR: hugegraph-client/assembly/travis
       # TODO: replace it with the (latest - n) commit id (n >= 15)
-      COMMIT_ID: b52517c
+      COMMIT_ID: 6a4041e
     strategy:
       fail-fast: false
       matrix:
diff --git a/.github/workflows/client-go-ci.yml 
b/.github/workflows/client-go-ci.yml
index b29b6304..bdaf6c98 100644
--- a/.github/workflows/client-go-ci.yml
+++ b/.github/workflows/client-go-ci.yml
@@ -24,7 +24,7 @@ jobs:
       USE_STAGE: 'true' # Whether to include the stage repository.
       TRAVIS_DIR: hugegraph-client/assembly/travis
       # TODO: replace it with the (latest - n) commit id (n >= 15)
-      COMMIT_ID: b52517c
+      COMMIT_ID: 6a4041e
     strategy:
       fail-fast: false
       matrix:
diff --git a/.github/workflows/hubble-ci.yml b/.github/workflows/hubble-ci.yml
index 35016394..54c781c8 100644
--- a/.github/workflows/hubble-ci.yml
+++ b/.github/workflows/hubble-ci.yml
@@ -24,7 +24,7 @@ on:
 env:
   TRAVIS_DIR: hugegraph-hubble/hubble-dist/assembly/travis
   # TODO: replace it with the (latest - n) commit id (n >= 15)
-  COMMIT_ID: b52517c
+  COMMIT_ID: 6a4041e
 
 jobs:
   hubble-ci:
diff --git a/.github/workflows/loader-ci.yml b/.github/workflows/loader-ci.yml
index c983eee5..420b473c 100644
--- a/.github/workflows/loader-ci.yml
+++ b/.github/workflows/loader-ci.yml
@@ -27,7 +27,7 @@ jobs:
       TRAVIS_DIR: hugegraph-loader/assembly/travis
       STATIC_DIR: hugegraph-loader/assembly/static
       # TODO: replace it with the (latest - n) commit id (n >= 15)
-      COMMIT_ID: b52517c
+      COMMIT_ID: 6a4041e
       DB_USER: root
       DB_PASS: root
       DB_DATABASE: load_test
diff --git a/.github/workflows/spark-connector-ci.yml 
b/.github/workflows/spark-connector-ci.yml
index b3408070..29ea58ca 100644
--- a/.github/workflows/spark-connector-ci.yml
+++ b/.github/workflows/spark-connector-ci.yml
@@ -25,8 +25,7 @@ jobs:
     env:
       USE_STAGE: 'true' # Whether to include the stage repository.
       TRAVIS_DIR: hugegraph-spark-connector/assembly/travis
-      VERSION_ID: 1.0.0
-      COMMIT_ID: bfe9fae150446857412db23ada0dae9d05035837
+      COMMIT_ID: 6a4041e
     steps:
       - name: Install JDK 11
         uses: actions/setup-java@v4
diff --git a/.github/workflows/tools-ci.yml b/.github/workflows/tools-ci.yml
index ac0673d8..1c049af6 100644
--- a/.github/workflows/tools-ci.yml
+++ b/.github/workflows/tools-ci.yml
@@ -26,7 +26,7 @@ jobs:
       TRAVIS_DIR: hugegraph-tools/assembly/travis
       # TODO: could we use one param to unify it? or use a action template 
(could use one ci file)
       # TODO: replace it with the (latest - n) commit id (n >= 15)
-      COMMIT_ID: b52517c
+      COMMIT_ID: 6a4041e
     steps:
       - name: Install JDK 11
         uses: actions/setup-java@v3
diff --git 
a/hugegraph-spark-connector/assembly/travis/install-hugegraph-from-source.sh 
b/hugegraph-spark-connector/assembly/travis/install-hugegraph-from-source.sh
index 202f4569..61ea1c04 100755
--- a/hugegraph-spark-connector/assembly/travis/install-hugegraph-from-source.sh
+++ b/hugegraph-spark-connector/assembly/travis/install-hugegraph-from-source.sh
@@ -29,8 +29,9 @@ cd hugegraph
 git checkout "${COMMIT_ID}"
 mvn package -DskipTests -Dmaven.javadoc.skip=true -ntp
 # TODO: lack incubator after apache package release (update it later)
-mv apache-hugegraph-*.tar.gz ../
-cd ../
+cd hugegraph-server
+mv apache-hugegraph-*.tar.gz ../../
+cd ../../
 rm -rf hugegraph
 tar zxf apache-hugegraph-*.tar.gz
 

Reply via email to