Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion service.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 10.1.25
version: 10.1.26
4 changes: 4 additions & 0 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@ else
GIT_COMMAND="git_retry git clone $REPO $CLONE_DIR"
fi

if [ -z "$EXCLUDE_BLOB" ] || [ "$EXCLUDE_BLOB" == "true" ]; then
GIT_COMMAND+=" --filter=blob:none"
fi

# Check if the cloned dir already exists from previous builds
if [ -d "$CLONE_DIR" ]; then

Expand Down