build-deb.yml: Do not report git clone progress

Progress information is noisy and therefore does not provide any
benefits to the CI/CD logs.
This commit is contained in:
Xavier Del Campo Romero 2025-01-12 21:41:53 +01:00
parent f822312fdb
commit bb6f43d124
Signed by: xavi
GPG key ID: 84FF3612A9BF43F2

View file

@ -7,7 +7,7 @@ jobs:
steps:
- name: Clone repository
run: |
git clone \
git clone -q \
-b ${{ env.GITHUB_HEAD_REF }} \
--depth 1 \
${{ env.GITHUB_SERVER_URL }}/${{ env.GITHUB_REPOSITORY }}.git \