Skip to content

Commit d82152e

Browse files
authored
Merge pull request #661 from dbt-msft/fix/uv-too-fast--for-background-odbc
fix: devcontainer post-start sequentially
2 parents 575936a + eb1e790 commit d82152e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"ghcr.io/devcontainers/features/docker-in-docker:2.17.0": {}
66
},
77
"forwardPorts": [1433],
8-
"postStartCommand": "/bin/bash ./.devcontainer/setup_odbc.sh & /bin/bash ./.devcontainer/setup_env.sh",
8+
"postStartCommand": "/bin/bash ./.devcontainer/setup_odbc.sh && /bin/bash ./.devcontainer/setup_env.sh",
99
"containerEnv": {
1010
"SQLSERVER_TEST_DRIVER": "ODBC Driver 18 for SQL Server",
1111
"SQLSERVER_TEST_HOST": "127.0.0.1",

0 commit comments

Comments
 (0)