Skip to content

Commit ece9a59

Browse files
committed
build it
1 parent e87eb7c commit ece9a59

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

docker/docker.hcl

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,8 @@ group "build" {
422422
"server",
423423
"commerce",
424424
"composition-federation-2",
425-
"app"
425+
"app",
426+
"otel-collector"
426427
]
427428
}
428429

@@ -438,7 +439,8 @@ group "integration-tests" {
438439
"usage",
439440
"webhooks",
440441
"server",
441-
"composition-federation-2"
442+
"composition-federation-2",
443+
"otel-collector"
442444
]
443445
}
444446

@@ -448,12 +450,6 @@ group "apollo-router-hive-build" {
448450
]
449451
}
450452

451-
group "otel-collector-hive-build" {
452-
targets = [
453-
"otel-collector"
454-
]
455-
}
456-
457453
group "cli" {
458454
targets = [
459455
"cli"

0 commit comments

Comments
 (0)