Commit c6fa3cb0 authored by Alex Beregszaszi's avatar Alex Beregszaszi

Only include the required files in the ZIP

parent 17518291
...@@ -12,7 +12,7 @@ echo "# Automatic build" > README.md ...@@ -12,7 +12,7 @@ echo "# Automatic build" > README.md
echo "Built website from {$SHA}. See https://github.com/ethereum/browser-solidity/ for details." >> README.md echo "Built website from {$SHA}. See https://github.com/ethereum/browser-solidity/ for details." >> README.md
echo "To use an offline copy, download browser-solidity-$SHA.zip." >> README.md echo "To use an offline copy, download browser-solidity-$SHA.zip." >> README.md
# ZIP the whole directory # ZIP the whole directory
zip -r browser-solidity-$SHA.zip . zip -r browser-solidity-$SHA.zip $FILES_TO_PACKAGE
# -f is needed because "build" is part of .gitignore # -f is needed because "build" is part of .gitignore
git add -f $FILES_TO_PACKAGE git add -f $FILES_TO_PACKAGE
git commit -m "Built website from {$SHA}." git commit -m "Built website from {$SHA}."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment