Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ after_success:
env:
global:
- TRAVIS_DIR=computer-dist/src/assembly/travis
- COMMIT_ID=c0dff5b233e853716ca6f3f28a5cda05e6f3d639
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ CLIENT_BRANCH=$1
HUGEGRAPH_BRANCH=${CLIENT_BRANCH}
HUGEGRAPH_GIT_URL="https://github.com/hugegraph/hugegraph.git"

git clone --depth 1 ${HUGEGRAPH_GIT_URL}
git clone --depth 100 ${HUGEGRAPH_GIT_URL}
cd hugegraph
git checkout ${HUGEGRAPH_BRANCH}
git checkout ${COMMIT_ID}
mvn package -DskipTests
mv hugegraph-*.tar.gz ../
cd ../
Expand Down