Skip to content

Commit

Permalink
image: decrease git clone depth
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Oct 31, 2020
1 parent c4b9439 commit 91252d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
- IMAGE_VERSION=${TRAVIS_TAG:-${TRAVIS_COMMIT:0:7}}
- IMAGE_NAME="$(basename -s '.git' ${TARGET_REPO})_${IMAGE_VERSION}.img"
git:
depth: 50
depth: 25
jobs:
fast_finish: true
include:
Expand Down

0 comments on commit 91252d8

Please sign in to comment.