Skip to content

Commit

Permalink
Merge pull request #74 from daneshk/h2-support
Browse files Browse the repository at this point in the history
Update health check path in mssql docker
  • Loading branch information
daneshk authored Aug 2, 2024
2 parents 58d53f9 + d42bf8f commit b9c2137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ballerina/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def checkMSSQLTestDockerContainerStatus(containerName) {
try {
return exec {
commandLine 'sh', '-c',
"docker exec ${containerName} /opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P Test123#"
"docker exec ${containerName} /opt/mssql-tools18/bin/sqlcmd -C -S localhost -U sa -P Test123#"
}.exitValue
} catch (all) {
return 1;
Expand Down

0 comments on commit b9c2137

Please sign in to comment.