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

Commit

Permalink
fix: remove unneeded local env
Browse files Browse the repository at this point in the history
  • Loading branch information
kotielnikov committed Jan 18, 2021
1 parent 441b630 commit 99ec51a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/executors/linux_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ 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
1 change: 0 additions & 1 deletion src/executors/linux_js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ 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 99ec51a

Please sign in to comment.