Skip to content

Commit

Permalink
image: change clone depth to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Nov 17, 2020
1 parent f3f1557 commit 14e4af7
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: 25
depth: 1
jobs:
fast_finish: true
include:
Expand Down

0 comments on commit 14e4af7

Please sign in to comment.