File tree 2 files changed +3
-3
lines changed
computer/computer-dist/src/assembly/travis
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ github:
39
39
strict : false
40
40
# contexts are the names of checks that must pass
41
41
contexts :
42
- - computer-ci
42
+ # - computer-ci # always stuck in CI
43
43
- check-license-header
44
44
- Analyze (java)
45
45
required_pull_request_reviews :
46
46
dismiss_stale_reviews : true
47
47
require_code_owner_reviews : false
48
- required_approving_review_count : 2
48
+ required_approving_review_count : 1
49
49
50
50
notifications :
51
51
# use https://selfserve.apache.org to manage it
Original file line number Diff line number Diff line change 27
27
COMMIT_ID=$1
28
28
HUGEGRAPH_GIT_URL=" https://github.com/apache/hugegraph.git"
29
29
30
- git clone --depth 100 ${HUGEGRAPH_GIT_URL} hugegraph
30
+ git clone --depth 300 ${HUGEGRAPH_GIT_URL} hugegraph
31
31
cd hugegraph
32
32
git checkout " ${COMMIT_ID} "
33
33
mvn package -DskipTests -ntp
You can’t perform that action at this time.
0 commit comments