Skip to content

Commit 4ff3fde

Browse files
bwoebiLeiyks
authored andcommitted
Fix flow testsuite
Signed-off-by: Bob Weinand <[email protected]>
1 parent 7696dc2 commit 4ff3fde

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dockerfiles/frameworks/flow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ services:
44
flow:
55
depends_on: ['mysql', 'nginx_file_server']
66
image: 'datadog/dd-trace-ci:php-framework-flow'
7+
environment:
8+
DD_LOGS_INJECTION: "false"
79
build:
810
context: contrib
911
target: flow
@@ -17,7 +19,6 @@ services:
1719
MYSQL_ROOT_PASSWORD: ""
1820
MYSQL_ALLOW_EMPTY_PASSWORD: 1
1921
MYSQL_ROOT_HOST: "%"
20-
DD_LOGS_INJECTION: "false"
2122
expose: ["3306"]
2223
healthcheck:
2324
test: ["CMD", "mysqladmin" ,"ping", "-h", "localhost"]

0 commit comments

Comments
 (0)