Commit 42fd305 1 parent e78ee6e commit 42fd305 Copy full SHA for 42fd305
File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,9 @@ services:
10
10
env :
11
11
global :
12
12
- mssql_jdbc_logging='true'
13
- # Enabling logging with console / file handler for JUnit Test Framework.
14
- # - mssql_jdbc_logging_handler='console'|'file'
13
+
14
+ # Enabling logging with console / file handler for JUnit Test Framework.
15
+ # - mssql_jdbc_logging_handler='console'|'file'
15
16
16
17
# Cache the .m2 folder
17
18
cache :
@@ -33,7 +34,7 @@ install:
33
34
34
35
before_script :
35
36
- docker pull mcr.microsoft.com/mssql/server:latest
36
- - export SQLPWD=$(</dev/urandom tr -dc 'A-Za-z0-9' | head -c 15;)
37
+ - export SQLPWD=$(</dev/urandom tr -dc 'A-Za-z0-9! ' | head -c 15;)
37
38
- export mssql_jdbc_test_connection_properties="jdbc:sqlserver://localhost:1433;databaseName=master;username=sa;password=$SQLPWD"
38
39
- docker run -e 'ACCEPT_EULA=Y' -e "SA_PASSWORD=$SQLPWD" -p 1433:1433 -d mcr.microsoft.com/mssql/server:latest
39
40
You can’t perform that action at this time.
0 commit comments