File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
computer/computer-dist/src/assembly/travis Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ github:
3939 strict : false
4040 # contexts are the names of checks that must pass
4141 contexts :
42- - computer-ci
42+ # - computer-ci # always stuck in CI
4343 - check-license-header
4444 - Analyze (java)
4545 required_pull_request_reviews :
4646 dismiss_stale_reviews : true
4747 require_code_owner_reviews : false
48- required_approving_review_count : 2
48+ required_approving_review_count : 1
4949
5050notifications :
5151 # use https://selfserve.apache.org to manage it
Original file line number Diff line number Diff line change 2727COMMIT_ID=$1
2828HUGEGRAPH_GIT_URL=" https://github.com/apache/hugegraph.git"
2929
30- git clone --depth 100 ${HUGEGRAPH_GIT_URL} hugegraph
30+ git clone --depth 300 ${HUGEGRAPH_GIT_URL} hugegraph
3131cd hugegraph
3232git checkout " ${COMMIT_ID} "
3333mvn package -DskipTests -ntp
You can’t perform that action at this time.
0 commit comments