]> source.dussan.org Git - sonarqube.git/commitdiff
Set LANG of Docker build images to UTF8
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Wed, 3 Oct 2018 19:25:32 +0000 (21:25 +0200)
committerSonarTech <sonartech@sonarsource.com>
Thu, 4 Oct 2018 18:20:56 +0000 (20:20 +0200)
in order to fix Gradle daemon crash when an env variable
is not ASCII.
https://github.com/gradle/gradle/issues/3117

.cirrus.yml

index bd5653e232510e135128484863c6c256d09d05c5..2ba309e7057eab3120f340ffe0e9a6b4a30c23b7 100644 (file)
@@ -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