Skip to content
Snippets Groups Projects
Commit 252a2118 authored by Jan Frenzel's avatar Jan Frenzel Committed by Martin Schroschk
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 01e25a3a
No related branches found
No related tags found
2 merge requests!679Automated merge from preview to main,!658ignore-file-size-gitlfs
......@@ -39,7 +39,7 @@ lfsfiles=$(git lfs ls-files -n)
for f in $(git diff $source_hash --name-only); do
# Do not check size of git lfs files.
if [[ $lfsfiles =~ "$f" ]]; then
echo "Skip file ${f} in webm or mp4 format cause it is a git lfs file."
echo "Skip file ${f} because it is a git lfs file."
continue
fi
fs=$(wc -c $f | awk '{print $1}')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment