diff options
Diffstat (limited to 'azure/setup.yml')
-rw-r--r-- | azure/setup.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azure/setup.yml b/azure/setup.yml index 489df88159..21fccd415b 100644 --- a/azure/setup.yml +++ b/azure/setup.yml @@ -7,6 +7,7 @@ steps: mysql -uroot -proot -e "CREATE DATABASE IF NOT EXISTS test" sudo -u postgres psql -c "ALTER USER postgres PASSWORD 'postgres';" sudo -u postgres psql -c "CREATE DATABASE test;" + 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;" displayName: 'Setup' - script: ./azure/setup-slapd.sh displayName: 'Configure slapd' |