Skip to content

Commit 35a18d7

Browse files
add EXCLUDE_BLOBS- CR-21485 (#72)
1 parent 8e14a18 commit 35a18d7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

service.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 10.1.25
1+
version: 10.1.26

start.sh

+4
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,10 @@ else
174174
GIT_COMMAND="git_retry git clone $REPO $CLONE_DIR"
175175
fi
176176

177+
if [ "$EXCLUDE_BLOBS" = "true" ]; then
178+
GIT_COMMAND+=" --filter=blob:none"
179+
fi
180+
177181
# Check if the cloned dir already exists from previous builds
178182
if [ -d "$CLONE_DIR" ]; then
179183

0 commit comments

Comments
 (0)