We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e14a18 commit 35a18d7Copy full SHA for 35a18d7
service.yaml
@@ -1 +1 @@
1
-version: 10.1.25
+version: 10.1.26
start.sh
@@ -174,6 +174,10 @@ else
174
GIT_COMMAND="git_retry git clone $REPO $CLONE_DIR"
175
fi
176
177
+if [ "$EXCLUDE_BLOBS" = "true" ]; then
178
+ GIT_COMMAND+=" --filter=blob:none"
179
+fi
180
+
181
# Check if the cloned dir already exists from previous builds
182
if [ -d "$CLONE_DIR" ]; then
183
0 commit comments