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


##########
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:
   @z7658329 you could also do it in the next PR (and the next comment below)



-- 
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