remove unnecessary git fetch command from ci

This commit is contained in:
Robert Kaussow 2024-01-04 21:54:49 +01:00
parent 70370f7407
commit 3a5cd76960
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,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