diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-10-03 21:25:32 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-10-04 20:20:56 +0200 |
commit | c664336fcfb841ec8f45394abf3bc41b86abf00e (patch) | |
tree | 511af7ee899f7839091653aae864f9877cf1ac0e /.cirrus.yml | |
parent | a34eb99cbb9eee653ef5b852c325b4a792e67e05 (diff) | |
download | sonarqube-c664336fcfb841ec8f45394abf3bc41b86abf00e.tar.gz sonarqube-c664336fcfb841ec8f45394abf3bc41b86abf00e.zip |
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
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |