From 0db1d50aefeec440b9d1d99809c483acba2c0a91 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Thu, 30 Jan 2020 13:11:18 +0000 Subject: [PATCH] [CI] Remove gradle workaround --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2dfeb6c..5bb936d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,8 +4,6 @@ stages: - deploy variables: - LC_ALL: C.UTF-8 - LANG: "en_US.UTF-8" JEKYLL_ENV: production coverage: @@ -48,4 +46,4 @@ pages: paths: - public only: - - master \ No newline at end of file + - master