Commit 2b6dfad
fix: use docker exec for sqlcmd instead of installing on runner
mssql-tools18 apt package is not available on ubuntu-24.04 runners.
Use 'docker exec' to run sqlcmd inside the already-running MSSQL
service container which has sqlcmd at /opt/mssql-tools18/bin/sqlcmd.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 54fe8b1 commit 2b6dfad
1 file changed
Lines changed: 4 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | 112 | | |
123 | 113 | | |
| 114 | + | |
| 115 | + | |
124 | 116 | | |
125 | | - | |
| 117 | + | |
| 118 | + | |
126 | 119 | | |
127 | 120 | | |
128 | 121 | | |
| |||
0 commit comments