zyxxoo commented on code in PR #2100:
URL: 
https://github.com/apache/incubator-hugegraph/pull/2100#discussion_r1095296344


##########
hugegraph-dist/src/assembly/travis/run-api-test.sh:
##########
@@ -35,6 +35,10 @@ mvn package -DskipTests
 # add mysql dependency
 wget -P $SERVER_DIR/lib/ 
https://repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.28/mysql-connector-java-8.0.28.jar
 
+if [[ ! -e "$SERVER_DIR/ikanalyzer-2012_u6.jar" ]]; then
+  wget -P $SERVER_DIR/lib/ 
https://raw.githubusercontent.com/apache/incubator-hugegraph-doc/ik_binary/dist/server/ikanalyzer-2012_u6.jar

Review Comment:
   yes, becuase i create a tag, the tag have been pushed



##########
hugegraph-dist/src/assembly/travis/run-api-test.sh:
##########
@@ -35,6 +35,10 @@ mvn package -DskipTests
 # add mysql dependency
 wget -P $SERVER_DIR/lib/ 
https://repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.28/mysql-connector-java-8.0.28.jar
 
+if [[ ! -e "$SERVER_DIR/ikanalyzer-2012_u6.jar" ]]; then
+  wget -P $SERVER_DIR/lib/ 
https://raw.githubusercontent.com/apache/incubator-hugegraph-doc/ik_binary/dist/server/ikanalyzer-2012_u6.jar

Review Comment:
   yes, because i create a tag, the tag have been pushed



-- 
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: dev-unsubscr...@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to