Skip to content
This repository has been archived by the owner on Dec 20, 2021. It is now read-only.

Commit

Permalink
feat: add locale to executors
Browse files Browse the repository at this point in the history
  • Loading branch information
kotielnikov committed Jan 18, 2021
1 parent 3ffb671 commit 5a5a63d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/executors/linux_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ resource_class: <<parameters.resource_class>>
environment:
- _JAVA_OPTIONS: <<parameters.java_options>>
- GRADLE_OPTS: <<parameters.gradle_options>>
- LC_ALL: en_US.UTF-8
- LANG: en_US.UTF-8
2 changes: 2 additions & 0 deletions src/executors/linux_js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ docker:
resource_class: <<parameters.resource_class>>
environment:
- PATH: '/opt/yarn/yarn-v1.5.1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
- LC_ALL: en_US.UTF-8
- LANG: en_US.UTF-8

0 comments on commit 5a5a63d

Please sign in to comment.