Skip to content

Commit 7279a66

Browse files
committed
Install de_DE locale on azure
1 parent 2d0e273 commit 7279a66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure/setup.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ steps:
1010
sudo -u postgres psql -c "ALTER USER postgres PASSWORD 'postgres';"
1111
sudo -u postgres psql -c "CREATE DATABASE test;"
1212
docker exec sql1 /opt/mssql-tools/bin/sqlcmd -S 127.0.0.1 -U SA -P "<YourStrong@Passw0rd>" -Q "create login pdo_test with password='password', check_policy=off; create user pdo_test for login pdo_test; grant alter, control to pdo_test;"
13+
sudo locale-gen de_DE
1314
displayName: 'Setup'
1415
- script: ./azure/setup-slapd.sh
1516
displayName: 'Configure slapd'

0 commit comments

Comments
 (0)