diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f0f664a32960309373e1b03247fbd7c3a0f9260e..7649308d0cc40683c1546560046c9e99f43e9523 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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