Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Commit a6f8a00

Browse files
afrozenatorCopybara-Service
authored andcommitted
Increase git depth, since there maybe a lag from when we trigger a build to other changes getting checked into the repo. In which case git checkout on a commit id (after cloning with the extra changes) fails with "fatal: reference is not a tree"
PiperOrigin-RevId: 239673455
1 parent f41e517 commit a6f8a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sudo: required
22
language: python
33
cache: pip
44
git:
5-
depth: 1
5+
depth: 3
66
quiet: true
77
services:
88
- docker

0 commit comments

Comments
 (0)