Skip to content

Commit 203a647

Browse files
authored
Merge branch 'master' into bugfix/jdbc_adapt_string
2 parents 26abbba + ed4660c commit 203a647

File tree

6 files changed

+12
-8
lines changed

6 files changed

+12
-8
lines changed

.github/workflows/client-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
USE_STAGE: 'true' # Whether to include the stage repository.
2626
TRAVIS_DIR: hugegraph-client/assembly/travis
2727
# TODO: replace it with the (latest - n) commit id (n >= 15)
28-
# hugegraph commit date: 2024-10-10
29-
COMMIT_ID: 29ecc0
28+
# hugegraph commit date: 2024-12-09
29+
COMMIT_ID: f838897
3030
strategy:
3131
fail-fast: false
3232
matrix:

.github/workflows/client-go-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
USE_STAGE: 'true' # Whether to include the stage repository.
2525
TRAVIS_DIR: hugegraph-client/assembly/travis
2626
# TODO: replace it with the (latest - n) commit id (n >= 15)
27-
COMMIT_ID: 6a4041e
27+
# hugegraph commit date: 2024-12-09
28+
COMMIT_ID: f838897
2829
strategy:
2930
fail-fast: false
3031
matrix:

.github/workflows/hubble-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ on:
2424
env:
2525
TRAVIS_DIR: hugegraph-hubble/hubble-dist/assembly/travis
2626
# TODO: replace it with the (latest - n) commit id (n >= 15)
27-
COMMIT_ID: 6a4041e
27+
# hugegraph commit date: 2024-12-09
28+
COMMIT_ID: f838897
2829

2930
jobs:
3031
hubble-ci:

.github/workflows/loader-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
TRAVIS_DIR: hugegraph-loader/assembly/travis
2828
STATIC_DIR: hugegraph-loader/assembly/static
2929
# TODO: replace it with the (latest - n) commit id (n >= 15)
30-
COMMIT_ID: f6f3708
30+
# hugegraph commit date: 2024-12-09
31+
COMMIT_ID: f838897
3132
DB_USER: root
3233
DB_PASS: root
3334
DB_DATABASE: load_test

.github/workflows/spark-connector-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@ jobs:
2525
env:
2626
USE_STAGE: 'true' # Whether to include the stage repository.
2727
TRAVIS_DIR: hugegraph-spark-connector/assembly/travis
28-
COMMIT_ID: f6f3708
28+
# hugegraph commit date: 2024-12-09
29+
COMMIT_ID: f838897
2930
strategy:
3031
matrix:
3132
JAVA_VERSION: [ '11' ]
32-
33+
3334
steps:
3435
- name: Fetch Code
3536
uses: actions/checkout@v4

.github/workflows/tools-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
TRAVIS_DIR: hugegraph-tools/assembly/travis
2727
# TODO: could we use one param to unify it? or use a action template (could use one ci file)
2828
# TODO: replace it with the (latest - n) commit id (n >= 15)
29-
COMMIT_ID: 6a4041e
29+
COMMIT_ID: 29ecc0
3030
strategy:
3131
matrix:
3232
JAVA_VERSION: [ '11' ]

0 commit comments

Comments
 (0)