.git folder deleted before creating latest.zip
This commit is contained in:
parent
c4551c2e71
commit
c3e29e7e82
@ -43,6 +43,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
|
||||
|
Loading…
Reference in New Issue
Block a user