Skip to content

Commit

Permalink
[fix] Travis build failed to create proper build tags due to default …
Browse files Browse the repository at this point in the history
…shallow git clone

'git describe' didn't work correctly if there was more than 50 (Travis default) commits from the last description (tag)
https://docs.travis-ci.com/user/customizing-the-build#git-clone-depth
  • Loading branch information
perk-sumo committed Jun 2, 2020
1 parent ae14057 commit f6d576d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ branches:
- /^release-v\d+\.\d+$/
- /^v\d+\.\d+\.\d+$/
- /^v\d+\.\d+\.\d+-(alpha|beta|rc)\.\d+$/
git:
depth: false

0 comments on commit f6d576d

Please sign in to comment.