ignore-file-size-gitlfs
1 unresolved thread
1 unresolved thread
Resolves #368 (closed)
Edited by Jan Frenzel
Merge request reports
Activity
Filter activity
assigned to @mflehmig--tu-dresden.de
requested review from @s2817051--tu-dresden.de
35 35 branch="origin/${CI_MERGE_REQUEST_TARGET_BRANCH_NAME:-preview}" 36 36 source_hash=`git merge-base HEAD "$branch"` 37 37 38 for f in $(git diff $source_hash --name-only); do 38 for f in $(git diff $source_hash --name-only); do 39 # Do not check size of git lfs files. 40 # This is a bit "Going around your elbow to get to your ear" by assuming that lfs files are 41 # ending with webm or mp4 42 if [[ "$f" =~ .*".webm" ]] || [[ "$f" =~ .*".mp4" ]] ; then changed this line in version 8 of the diff
added 1 commit
- d0334340 - Add git lfs to container and check for lfs files explicitly
- Resolved by Martin Schroschk
mentioned in commit 8110781a
Please register or sign in to reply