Skip to content

Commit

Permalink
add EXCLUDE_BLOBS- CR-21485 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
eti-codefresh authored Feb 8, 2024
1 parent 8e14a18 commit 35a18d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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 [ "$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

Expand Down

0 comments on commit 35a18d7

Please sign in to comment.