From e555f1ca3fbd7aec88598f39929a033cbd7afd70 Mon Sep 17 00:00:00 2001 From: Chris Croome <chris@webarchitects.co.uk> Date: Thu, 30 Nov 2017 16:33:59 +0000 Subject: [PATCH] git clean commented out --- roles/live2dev/templates/cron.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/live2dev/templates/cron.j2 b/roles/live2dev/templates/cron.j2 index b1e770b..953703f 100644 --- a/roles/live2dev/templates/cron.j2 +++ b/roles/live2dev/templates/cron.j2 @@ -14,7 +14,8 @@ fi cd ~/sites # Remove any untracked files/directories -git clean -fd +# see https://github.com/cotech/website/issues/79 +#git clean -fd GIT_PULL=$(git pull | grep -v "up-to-date") -- GitLab