Skip to content
Snippets Groups Projects
Commit fcee203a authored by Marcel Klehr's avatar Marcel Klehr
Browse files

Dont include git history in the windows .zip

git history is located in .git/objects
parent 3944517a
No related branches found
No related tags found
No related merge requests found
...@@ -52,6 +52,9 @@ echo "download windows node..." ...@@ -52,6 +52,9 @@ echo "download windows node..."
cd bin cd bin
wget "http://nodejs.org/dist/v$NODE_VERSION/node.exe" -O ../node.exe 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..." echo "create the zip..."
cd /tmp cd /tmp
zip -9 -r etherpad-lite-win.zip etherpad-lite-win zip -9 -r etherpad-lite-win.zip etherpad-lite-win
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment