From c3e29e7e820bc571334599275e6506a2fa812a44 Mon Sep 17 00:00:00 2001 From: JosephK <josephk@framasoft.org> Date: Mon, 7 Jan 2019 08:42:11 +0100 Subject: [PATCH] .git folder deleted before creating latest.zip --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f0f664a3..7649308d 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 -- GitLab