Skip to content

Commit

Permalink
update git lfs with files larger than 100mb
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Nov 5, 2019
1 parent e01f977 commit 64cddd3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions automation-testing
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ echo COPY: "${OUTPUT_SOURCE}"
echo TO: "${OUTPUT_DEST}"
cp -Rv "${OUTPUT_SOURCE}" "${OUTPUT_DEST}"

# add any files bigger than 100mb to gitlfs
find ./generated-docs -size +100000k -exec git lfs track {} \;

# commit and push result reports
echo COMMIT AND PUSH UPDATES
git add .
Expand Down

0 comments on commit 64cddd3

Please sign in to comment.