This is an automated email from the ASF dual-hosted git repository. adoroszlai pushed a commit to branch HDDS-9605 in repository https://gitbox.apache.org/repos/asf/ozone.git
commit e5feb967d07f3f8c0980c06cb436c5286e17b0fa Author: Doroszlai, Attila <[email protected]> AuthorDate: Wed Nov 1 21:24:45 2023 +0100 Fix: Shallow clone detected, no blame information will be provided --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a133fc21cd..617d1c9e3d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -482,6 +482,8 @@ jobs: steps: - name: Checkout project uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Cache for maven dependencies uses: actions/cache@v3 with: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
