This commit is contained in:
Dhananjay Balan 2018-03-09 13:38:21 +01:00
parent 8fe538da2e
commit 488f008bae

View File

@ -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: