From 2c7af82d75a87646c5c7d944a4f1446c8d0ebf70 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Thu, 21 Sep 2023 16:51:43 +0200 Subject: [PATCH] ci-automation/image-changes: Shrink a clone of flatcar-build-script --- ci-automation/image_changes.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci-automation/image_changes.sh b/ci-automation/image_changes.sh index 13691d6860..6fc25c12a6 100644 --- a/ci-automation/image_changes.sh +++ b/ci-automation/image_changes.sh @@ -97,6 +97,7 @@ function image_changes() ( rm -rf "${fbs_repo}" git clone \ --depth 1 \ + --single-branch \ "https://github.com/flatcar/flatcar-build-scripts" \ "${fbs_repo}" if [[ -z "${BUILDCACHE_SERVER:-}" ]]; then