feat: don't copy .git folders in test

main
Alex J. Best 2023-05-23 16:58:29 -06:00 committed by Henrik Böving
parent 306959b921
commit 5e2869b66d
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ set -x
# carry the already built doc-gen4 over
mkdir -p "$1"/lake-packages
cp -r "$2"/lake-packages/* "$1"/lake-packages
rsync -av --exclude=".*" "$2"/lake-packages/* "$1"/lake-packages
# generate the docs
cd "$1"