diff --git a/service.yaml b/service.yaml index 866591e..58df998 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -version: 10.1.25 +version: 10.1.26 diff --git a/start.sh b/start.sh index 2cd1ca3..86787f3 100644 --- a/start.sh +++ b/start.sh @@ -174,6 +174,10 @@ else GIT_COMMAND="git_retry git clone $REPO $CLONE_DIR" fi +if [ "$EXCLUDE_BLOBS" = "true" ]; then + GIT_COMMAND+=" --filter=blob:none" +fi + # Check if the cloned dir already exists from previous builds if [ -d "$CLONE_DIR" ]; then