update mssql drone ci config

This commit is contained in:
Lunny Xiao 2018-10-09 13:44:46 +08:00
parent 0297b56a56
commit dd347f82e8
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ services:
- MSSQL_PID=Developer - MSSQL_PID=Developer
commands: commands:
- echo 'CREATE DATABASE xorm_test' > create.sql - echo 'CREATE DATABASE xorm_test' > create.sql
- /opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P yourStrong(!)Password -i "create.sql" - /opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P "yourStrong(!)Password" -i "create.sql"
matrix: matrix:
GO_VERSION: GO_VERSION: