Skip to content

Commit

Permalink
restore ci server commit id
Browse files Browse the repository at this point in the history
  • Loading branch information
Thespica committed Nov 15, 2024
1 parent 9a205ff commit 71b5b32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/loader-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +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)
# hugegraph commit date: 2024-10-10
COMMIT_ID: 29ecc0
COMMIT_ID: f6f3708
DB_USER: root
DB_PASS: root
DB_DATABASE: load_test
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/spark-connector-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
env:
USE_STAGE: 'true' # Whether to include the stage repository.
TRAVIS_DIR: hugegraph-spark-connector/assembly/travis
# hugegraph commit date: 2024-10-10
COMMIT_ID: 29ecc0
COMMIT_ID: f6f3708
steps:
- name: Install JDK 11
uses: actions/setup-java@v4
Expand Down

0 comments on commit 71b5b32

Please sign in to comment.