We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36fb6ff commit 34f9160Copy full SHA for 34f9160
1 file changed
tests/e2e_dbt_project/docker-compose.yml
@@ -53,7 +53,11 @@ services:
53
trino-mc-job:
54
condition: service_completed_successfully
55
healthcheck:
56
- test: ["CMD-SHELL", "curl -sf http://localhost:8080/v1/info | grep -q '\"starting\":false'"]
+ test:
57
+ [
58
+ "CMD-SHELL",
59
+ 'curl -sf http://localhost:8080/v1/info | grep -q ''"starting":false''',
60
+ ]
61
interval: 5s
62
timeout: 5s
63
retries: 60
@@ -152,7 +156,8 @@ services:
152
156
ports:
153
157
- "19120:19120"
154
158
155
- test: ["CMD-SHELL", "curl -sf http://localhost:19120/api/v2/config || exit 1"]
159
160
+ ["CMD-SHELL", "curl -sf http://localhost:19120/api/v2/config || exit 1"]
161
162
163
retries: 10
0 commit comments