.git folder deleted before creating latest.zip
This commit is contained in:
parent
0e72dafbf6
commit
30045fd56d
@ -42,6 +42,7 @@ pages:
|
|||||||
- mv `ls -A | grep -v framadate` ./framadate
|
- mv `ls -A | grep -v framadate` ./framadate
|
||||||
- find framadate/ -type d -exec chmod 750 {} \;
|
- find framadate/ -type d -exec chmod 750 {} \;
|
||||||
- find framadate/ -type f -exec chmod 640 {} \;
|
- find framadate/ -type f -exec chmod 640 {} \;
|
||||||
|
- rm -rf framadate/.git
|
||||||
- zip -r latest.zip framadate
|
- zip -r latest.zip framadate
|
||||||
- mkdir .public
|
- mkdir .public
|
||||||
- cp latest.zip .public
|
- cp latest.zip .public
|
||||||
|
Loading…
Reference in New Issue
Block a user