From: Andrew Grimberg Date: Thu, 13 Apr 2023 15:10:45 +0000 (-0700) Subject: CI: Docs tests require full repo history X-Git-Tag: v0.13.0~11 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=f2310f084964796391e104d251ee9ee770682155;p=releng%2Fcommon-packer.git CI: Docs tests require full repo history Issue: RELENG-4563 Change-Id: Id3bcb21f1369c490e0dd35eccb35a488c27b2586 Signed-off-by: Andrew Grimberg --- diff --git a/.github/workflows/gerrit-verify.yaml b/.github/workflows/gerrit-verify.yaml index 273f209..3698dfa 100644 --- a/.github/workflows/gerrit-verify.yaml +++ b/.github/workflows/gerrit-verify.yaml @@ -89,6 +89,7 @@ jobs: with: gerrit-refspec: ${{ inputs.GERRIT_REFSPEC }} delay: "0s" + fetch-depth: "0" - name: Configure Python uses: actions/setup-python@v4 id: setup-python