We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c81ddf2 commit 8ceeb3fCopy full SHA for 8ceeb3f
.github/workflows/ci.yml
@@ -19,7 +19,8 @@ jobs:
19
KUBERNETES_VERSION: 1.20.1
20
BSP_ETCD_URL: http://localhost:2579
21
# TODO: delete this env in the future (replaced by docker way now)
22
- HUGEGRAPH_SERVER_COMMIT_ID: 2294d2abc2ef65e5b395cd8ab25bc6a12e38d4ae
+ # TODO: adapt the HugeGraph Server version to 1.5.0 (EdgeID has 5 parts now)
23
+ HUGEGRAPH_SERVER_COMMIT_ID: d01c8737d7d5909119671953521f1401dcd1a188
24
25
steps:
26
- name: Checkout
0 commit comments