From 30045fd56d6a95f956efb27e16a19ae68263df57 Mon Sep 17 00:00:00 2001 From: JosephK Date: Mon, 7 Jan 2019 08:44:36 +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 976a30b..73a7a11 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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