Skip to content

Commit a43e670

Browse files
xhochywesm
authored andcommitted
ARROW-3083: [CI] Use higher clone depth to pick up tags [skip appveyor]
Author: Korn, Uwe <Uwe.Korn@blue-yonder.com> Closes apache#2447 from xhochy/ARROW-3083 and squashes the following commits: 5234b6d <Korn, Uwe> ARROW-3083:  Use higher clone depth to pick up tags
1 parent c453a7a commit a43e670

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ cache:
2626
directories:
2727
- $HOME/.m2 # Maven
2828

29+
git:
30+
# ARROW-3083: We use a higher clone depth to also have the latest tag in the cloned history.
31+
depth: 250
32+
2933

3034
before_install:
3135
# Common pre-install steps for all builds

0 commit comments

Comments
 (0)