Skip to content

Commit

Permalink
Update install-hugegraph-hubble.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
imbajin authored Dec 8, 2022
1 parent b8079ba commit 75a663a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
set -ev

TRAVIS_DIR=$(dirname "$0")
HUBBLE_DIR="apache-hugegraph-hubble-incubating-1.0.0"
HUBBLE_DIR=apache-hugegraph-hubble-*

echo "$TRAVIS_DIR"
pwd && mvn -e -X clean package -DskipTests
pwd && mvn -e -X clean package -DskipTests -ntp

cp "${TRAVIS_DIR}"/jacocoagent.jar $HUBBLE_DIR/lib || exit 1
cp "${TRAVIS_DIR}"/start-hubble.sh $HUBBLE_DIR/bin || exit 1
cp -v "${TRAVIS_DIR}"/jacocoagent.jar $HUBBLE_DIR/lib || exit 1
cp -v "${TRAVIS_DIR}"/start-hubble.sh $HUBBLE_DIR/bin || exit 1

${HUBBLE_DIR}/bin/start-hubble.sh

0 comments on commit 75a663a

Please sign in to comment.