From 32da94aeaec2a453de9389a31206ea37b762c5b1 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Sat, 14 Nov 2020 11:07:32 +0300 Subject: [PATCH] image: decrease git clone depth --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 26d2bf21..c72fcafe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: