Skip to content

Commit

Permalink
update to f838897
Browse files Browse the repository at this point in the history
  • Loading branch information
VGalaxies committed Dec 11, 2024
1 parent c5f918b commit 7bb426b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/client-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ 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)
# hugegraph commit date: 2024-10-10
COMMIT_ID: 29ecc0
# hugegraph commit date: 2024-12-09
COMMIT_ID: f838897
strategy:
fail-fast: false
matrix:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/client-go-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ 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: 29ecc0
# hugegraph commit date: 2024-12-09
COMMIT_ID: f838897
strategy:
fail-fast: false
matrix:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/hubble-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ on:
env:
TRAVIS_DIR: hugegraph-hubble/hubble-dist/assembly/travis
# TODO: replace it with the (latest - n) commit id (n >= 15)
COMMIT_ID: 29ecc0
# hugegraph commit date: 2024-12-09
COMMIT_ID: f838897

jobs:
hubble-ci:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/loader-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ 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: 29ecc0
# hugegraph commit date: 2024-12-09
COMMIT_ID: f838897
DB_USER: root
DB_PASS: root
DB_DATABASE: load_test
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/spark-connector-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
env:
USE_STAGE: 'true' # Whether to include the stage repository.
TRAVIS_DIR: hugegraph-spark-connector/assembly/travis
COMMIT_ID: 29ecc0
# hugegraph commit date: 2024-12-09
COMMIT_ID: f838897
steps:
- name: Install JDK 11
uses: actions/setup-java@v4
Expand Down

0 comments on commit 7bb426b

Please sign in to comment.