keep unshallow output

This commit is contained in:
Robert Kaussow 2023-10-02 13:46:42 +02:00
parent 9b6d55eda0
commit 8c1c29e59a
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ steps:
image: docker.io/library/python:3.11
commands:
- >
[ -f "$(git rev-parse --is-shallow-repository)" ] && git fetch --unshallow --quiet || true
[ -f "$(git rev-parse --is-shallow-repository)" ] && git fetch --unshallow || true
pytest:
image: ${PYTHON_VERSION}