diff --git a/pipelines/build-container.yml b/pipelines/build-container.yml index d879e7e..919f093 100644 --- a/pipelines/build-container.yml +++ b/pipelines/build-container.yml @@ -4,6 +4,8 @@ stages: version: image: gittools/gitversion:5.12.0 stage: versioning + variables: + GIT_DEPTH: "0" script: # Begin of version-number.sh - |