mirror of
https://github.com/sonarsource/sonarcloud-github-action.git
synced 2026-06-05 19:53:36 +00:00
Set up locale env variables
This commit is contained in:
parent
de2e56b42a
commit
db65a086b2
1 changed files with 3 additions and 0 deletions
|
|
@ -14,6 +14,9 @@ ARG NODEJS_HOME=/opt/nodejs
|
|||
|
||||
ENV PATH=${PATH}:${SONAR_SCANNER_HOME}/bin:${NODEJS_HOME}/bin
|
||||
|
||||
# set up local envs in order to allow for special chars (non-asci) in filenames
|
||||
ENV LC_ALL="C.UTF-8"
|
||||
|
||||
WORKDIR /opt
|
||||
|
||||
# https://help.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions#user
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue