Skip to content

Commit

Permalink
Hard force Windows HOME Env Var in case bash.exe invoke late (#5141)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon authored Oct 28, 2024
1 parent a346017 commit 15a7494
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ RUN bash.exe -c "curl https://ci.opensearch.org > /dev/null 2>&1 || echo add cer

RUN bash.exe -c "curl https://artifacts.opensearch.org > /dev/null 2>&1 || echo add certificates"

ENV HOME="C:/Users/ContainerAdministrator"

WORKDIR "C:/Users/ContainerAdministrator"

CMD ["powershell.exe"]

0 comments on commit 15a7494

Please sign in to comment.