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


##########
.github/workflows/hubble-ci.yml:
##########
@@ -82,6 +82,17 @@ jobs:
       - name: Prepare env and service
         run: |
           sudo pip install -r ${TRAVIS_DIR}/requirements.txt
+          cd hugegraph-hubble
+          mvn package -Dmaven.test.skip=true
+          cd apache-hugegraph-hubble-incubating*
+          cd bin
+          echo "start-hubble begin"
+          ./start-hubble.sh -d
+          echo "stop-hubble begin"
+          ./stop-hubble.sh
+          echo "cd hubble root dir"

Review Comment:
   > need to keep this echo text?
   ok



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