remove unnecessary git fetch command from ci

This commit is contained in:
Robert Kaussow 2024-01-04 20:53:59 +01:00
parent 516f8d3d92
commit 4b0352dfb1
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ steps:
changelog:
image: quay.io/thegeeklab/git-sv
commands:
- git fetch --depth=2147483647
- git sv current-version
- git sv release-notes -t ${CI_COMMIT_TAG:-next} -o CHANGELOG.md
- cat CHANGELOG.md