Skip to content

Commit ed4660c

Browse files
authored
chore(ci): update hugegraph source commit id (#640)
* update to f838897
1 parent 4b89c5d commit ed4660c

File tree

6 files changed

+11
-7
lines changed

6 files changed

+11
-7
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ 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
steps:
3031
- name: Install JDK 11
3132
uses: actions/setup-java@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
steps:
3131
- name: Install JDK 11
3232
uses: actions/setup-java@v3

0 commit comments

Comments
 (0)