From 488f008baefb3469e3d9d28f40c05ca7a955544c Mon Sep 17 00:00:00 2001 From: Dhananjay Balan Date: Fri, 9 Mar 2018 13:38:21 +0100 Subject: [PATCH] fix --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 90e3c6c..39892cf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,8 +8,8 @@ cache: test: script: - stack build - - stack exec site clean - - stack exec site build + - LC_ALL=C.UTF-8 stack exec site clean + - LC_ALL=C.UTF-8 stack exec site build deploy: before_script: