Merge branch 'patch-1' into 'master'

.git folder deleted before creating latest.zip

See merge request framasoft/framadate/framadate!355
This commit is contained in:
JosephK 2019-01-07 08:45:00 +01:00
commit 5b29497859

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