Dont include git history in the windows .zip
git history is located in .git/objectspull/1162/head
parent
3944517aff
commit
fcee203a1a
|
@ -52,6 +52,9 @@ echo "download windows node..."
|
|||
cd bin
|
||||
wget "http://nodejs.org/dist/v$NODE_VERSION/node.exe" -O ../node.exe
|
||||
|
||||
echo "remove git history to reduce folder size"
|
||||
rm -rf .git/objects
|
||||
|
||||
echo "create the zip..."
|
||||
cd /tmp
|
||||
zip -9 -r etherpad-lite-win.zip etherpad-lite-win
|
||||
|
|
Loading…
Reference in New Issue