Skip to content

Commit 29ed36a

Browse files
committed
keep using 1.3.0 hugegraph image
1 parent 40ffac0 commit 29ed36a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
TRAVIS_DIR: computer-dist/src/assembly/travis
1919
KUBERNETES_VERSION: 1.20.1
2020
BSP_ETCD_URL: http://localhost:2579
21-
# TODO: delete this env in the future (replaced by docker way now)
22-
HUGEGRAPH_SERVER_COMMIT_ID: d01c8737d7d5909119671953521f1401dcd1a188
2321

2422
steps:
2523
- name: Checkout
@@ -79,7 +77,6 @@ jobs:
7977
run: |
8078
$TRAVIS_DIR/install-env.sh
8179
$TRAVIS_DIR/load-data-into-hugegraph.sh
82-
#$TRAVIS_DIR/install-hugegraph-from-source.sh $HUGEGRAPH_SERVER_COMMIT_ID
8380
8481
- name: Install JDK 11
8582
uses: actions/setup-java@v3

computer/computer-dist/src/assembly/travis/load-data-into-hugegraph.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ DATASET_DIR=${TRAVIS_DIR}/../dataset
2323

2424
docker network create ci
2525
# Note: we need wait for server start finished, so start it first
26-
docker run -itd --name=graph --network ci -p 8080:8080 hugegraph/hugegraph:latest && sleep 6
26+
docker run -itd --name=graph --network ci -p 8080:8080 hugegraph/hugegraph:1.3.0 && sleep 6
2727

2828
wget http://files.grouplens.org/datasets/movielens/ml-latest-small.zip
2929
unzip -d ${DATASET_DIR} ml-latest-small.zip

0 commit comments

Comments
 (0)