Skip to content

Commit

Permalink
update depth
Browse files Browse the repository at this point in the history
  • Loading branch information
imbajin committed Nov 7, 2024
1 parent 0eb2613 commit 6f8729b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ github:
strict: false
# contexts are the names of checks that must pass
contexts:
- computer-ci
#- computer-ci # always stuck in CI
- check-license-header
- Analyze (java)
required_pull_request_reviews:
dismiss_stale_reviews: true
require_code_owner_reviews: false
required_approving_review_count: 2
required_approving_review_count: 1

notifications:
# use https://selfserve.apache.org to manage it
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fi
COMMIT_ID=$1
HUGEGRAPH_GIT_URL="https://github.com/apache/hugegraph.git"

git clone --depth 100 ${HUGEGRAPH_GIT_URL} hugegraph
git clone --depth 300 ${HUGEGRAPH_GIT_URL} hugegraph
cd hugegraph
git checkout "${COMMIT_ID}"
mvn package -DskipTests -ntp
Expand Down

0 comments on commit 6f8729b

Please sign in to comment.