From 71b5b32e1233e051191b1486569e17e2939342f1 Mon Sep 17 00:00:00 2001 From: Thespica Date: Fri, 15 Nov 2024 16:25:24 +0800 Subject: [PATCH] restore ci server commit id --- .github/workflows/loader-ci.yml | 3 +-- .github/workflows/spark-connector-ci.yml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/loader-ci.yml b/.github/workflows/loader-ci.yml index 47eb4594c..d537583fb 100644 --- a/.github/workflows/loader-ci.yml +++ b/.github/workflows/loader-ci.yml @@ -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 diff --git a/.github/workflows/spark-connector-ci.yml b/.github/workflows/spark-connector-ci.yml index d81ff1a11..b34169ef4 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 - # hugegraph commit date: 2024-10-10 - COMMIT_ID: 29ecc0 + COMMIT_ID: f6f3708 steps: - name: Install JDK 11 uses: actions/setup-java@v4