mirror of
https://github.com/thegeeklab/prometheus-pve-sd.git
synced 2024-11-21 17:00:40 +00:00
ci: run git unshallow conditionally (#470)
This commit is contained in:
parent
bc7b5ebf47
commit
bdd940131d
@ -16,7 +16,7 @@ steps:
|
|||||||
fetch:
|
fetch:
|
||||||
image: docker.io/library/python:3.11
|
image: docker.io/library/python:3.11
|
||||||
commands:
|
commands:
|
||||||
- git fetch --unshallow --quiet
|
- git fetch --depth=2147483647
|
||||||
|
|
||||||
pytest:
|
pytest:
|
||||||
image: ${PYTHON_VERSION}
|
image: ${PYTHON_VERSION}
|
||||||
|
Loading…
Reference in New Issue
Block a user