Do not set clone depth, we need all the tags to automatically detect the version based on git describe.

This commit is contained in:
Roman Telezhynskyi 2024-07-12 19:50:19 +03:00
parent 6007745ddd
commit 796940cbe9

View file

@ -34,8 +34,8 @@ platform:
# environment setup #
#---------------------------------#
# set clone depth
clone_depth: 1 # clone entire repository history if not defined
# Do not set clone depth, we need all the tags to automatically detect the version based on git describe
# clone_depth: 1
# fetch repository as zip archive
shallow_clone: false # default is "false"