.git folder deleted before creating latest.zip

This commit is contained in:
JosephK 2019-01-07 08:44:36 +01:00
parent 0e72dafbf6
commit 30045fd56d
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ pages:
- mv `ls -A | grep -v framadate` ./framadate
- find framadate/ -type d -exec chmod 750 {} \;
- find framadate/ -type f -exec chmod 640 {} \;
- rm -rf framadate/.git
- zip -r latest.zip framadate
- mkdir .public
- cp latest.zip .public