Skip to content

Commit

Permalink
fix locale
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Oct 10, 2023
1 parent 6bef873 commit 41c2030
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions buildkite/scripts/replayer-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ export LANGUAGE=en_US.UTF-8
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8

update-locale "LANG=en_US.UTF-8"
locale-gen --purge "en_US.UTF-8"
dpkg-reconfigure --frontend noninteractive locales
locale-gen en_US.UTF-8

echo "Starting Postgresql service"
sudo service postgresql start
Expand Down

0 comments on commit 41c2030

Please sign in to comment.