Hardcoded lang env

This commit is contained in:
Webber 2021-01-12 23:15:10 +01:00
parent 56b9864426
commit a172ba4e62
2 changed files with 3 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -62,6 +62,8 @@ class Docker {
--env ANDROID_KEYALIAS_PASS="${androidKeyaliasPass}" \
--env CUSTOM_PARAMETERS="${customParameters}" \
--env HOME=/github/home \
--env LANG="C.UTF-8"
--env LC_ALL="C.UTF-8"
--env GITHUB_REF \
--env GITHUB_SHA \
--env GITHUB_REPOSITORY \