ci-automation/image-changes: Shrink a clone of flatcar-build-script

This commit is contained in:
Krzesimir Nowak 2023-09-21 16:51:43 +02:00
parent f9e0363bf0
commit 2c7af82d75

View File

@ -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