Skip to content

Commit

Permalink
ci: run git unshallow conditionally (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys authored Oct 2, 2023
1 parent bc7b5eb commit bdd9401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .woodpecker/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ steps:
fetch:
image: docker.io/library/python:3.11
commands:
- git fetch --unshallow --quiet
- git fetch --depth=2147483647

pytest:
image: ${PYTHON_VERSION}
Expand Down

0 comments on commit bdd9401

Please sign in to comment.