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 # # environment setup #
#---------------------------------# #---------------------------------#
# set clone depth # Do not set clone depth, we need all the tags to automatically detect the version based on git describe
clone_depth: 1 # clone entire repository history if not defined # clone_depth: 1
# fetch repository as zip archive # fetch repository as zip archive
shallow_clone: false # default is "false" shallow_clone: false # default is "false"