From c664336fcfb841ec8f45394abf3bc41b86abf00e Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Wed, 3 Oct 2018 21:25:32 +0200 Subject: [PATCH] Set LANG of Docker build images to UTF8 in order to fix Gradle daemon crash when an env variable is not ASCII. https://github.com/gradle/gradle/issues/3117 --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index bd5653e2325..2ba309e7057 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -67,7 +67,7 @@ validate_task: only_if: $CIRRUS_BRANCH !=~ "dogfood/.*" && $CIRRUS_BRANCH != "public_master" auto_cancellation: $CIRRUS_BRANCH != 'master' && $CIRRUS_BRANCH !=~ 'branch.*' && $CIRRUS_BRANCH != 'dogfood-on-next' gke_container: - image: gcr.io/ci-cd-215716/sonar-enterprise-build:0.0.2 + image: gcr.io/ci-cd-215716/sonar-enterprise-build:0.0.3 cluster_name: cirrus-cluster zone: us-central1-a namespace: default -- 2.39.5