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

View File

@ -17,7 +17,7 @@ steps:
image: docker.io/library/python:3.11 image: docker.io/library/python:3.11
commands: 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: pytest:
image: ${PYTHON_VERSION} image: ${PYTHON_VERSION}