z7658329 commented on code in PR #339:
URL: 
https://github.com/apache/incubator-hugegraph-toolchain/pull/339#discussion_r1009135485


##########
hugegraph-loader/assembly/travis/install-hugegraph-from-tar.sh:
##########
@@ -3,18 +3,19 @@
 set -ev
 
 if [[ $# -ne 1 ]]; then
-    echo "Must pass server version of hugegraph"
-    exit 1
+    echo "Must input exist git commit id of hugegraph server" && exit 1
 fi
 
 VERSION=$1
 
HUGEGRAPH_LINK="https://github.com/hugegraph/hugegraph/releases/download/v${VERSION}/hugegraph-${VERSION}.tar.gz";
 
 wget "${HUGEGRAPH_LINK}" || exit 1
-tar -zxvf hugegraph-${VERSION}.tar.gz
+# TODO: lack incubator after apache package release (update it later)
+tar zxvf hugegraph-${VERSION}.tar.gz

Review Comment:
   > incubator-hugegraph
   @imbajin @javeme 
   like this?
   
![image](https://user-images.githubusercontent.com/5474723/198962649-8a9d7dce-80ed-4f33-8314-18b2174ebc81.png)
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to