We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e87eb7c commit ece9a59Copy full SHA for ece9a59
docker/docker.hcl
@@ -422,7 +422,8 @@ group "build" {
422
"server",
423
"commerce",
424
"composition-federation-2",
425
- "app"
+ "app",
426
+ "otel-collector"
427
]
428
}
429
@@ -438,7 +439,8 @@ group "integration-tests" {
438
439
"usage",
440
"webhooks",
441
- "composition-federation-2"
442
+ "composition-federation-2",
443
444
445
446
@@ -448,12 +450,6 @@ group "apollo-router-hive-build" {
448
450
449
451
452
-group "otel-collector-hive-build" {
- targets = [
453
- "otel-collector"
454
- ]
455
-}
456
-
457
group "cli" {
458
targets = [
459
"cli"
0 commit comments