Skip to content

Commit

Permalink
ci(mssql): adjust to new location of sqlcmd (#9681)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored Jul 24, 2024
1 parent fdaeb5c commit efae2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ services:
retries: 20
test:
- CMD-SHELL
- /opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P "$$MSSQL_SA_PASSWORD" -Q "IF DB_ID('ibis_testing') IS NULL BEGIN CREATE DATABASE [ibis_testing] END"
- $(find / -name sqlcmd -type f -executable) -C -S localhost -U sa -P "$$MSSQL_SA_PASSWORD" -Q "IF DB_ID('ibis_testing') IS NULL BEGIN CREATE DATABASE [ibis_testing] END"
ports:
- 1433:1433
volumes:
Expand Down

0 comments on commit efae2ec

Please sign in to comment.