Skip to content

Commit 91252d8

Browse files
committed
image: decrease git clone depth
1 parent c4b9439 commit 91252d8

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
@@ -10,7 +10,7 @@ env:
1010
- IMAGE_VERSION=${TRAVIS_TAG:-${TRAVIS_COMMIT:0:7}}
1111
- IMAGE_NAME="$(basename -s '.git' ${TARGET_REPO})_${IMAGE_VERSION}.img"
1212
git:
13-
depth: 50
13+
depth: 25
1414
jobs:
1515
fast_finish: true
1616
include:

0 commit comments

Comments
 (0)