about summary refs log tree commit diff
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2024-08-18T15·28+0200
committerProfpatsch <mail@profpatsch.de>2024-09-13T11·13+0000
commite9f1bb9917faf963b013f5cf5f47cc3667cb372a (patch)
treebf57be96e837f7218943c3601e7062e42b0d928b
parent5e8729188b07b8999e47da43dc1c8cb5dc484ae2 (diff)
fix(users/Profpatsch/whatcd-resolver/services): dont unset builders r/8674
Change-Id: I3fdf15d7a3a8e04fd73f22ad9c33a2c011609e3e
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12231
Tested-by: BuildkiteCI
Reviewed-by: Profpatsch <mail@profpatsch.de>
-rwxr-xr-xusers/Profpatsch/whatcd-resolver/services/jaeger/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/Profpatsch/whatcd-resolver/services/jaeger/run b/users/Profpatsch/whatcd-resolver/services/jaeger/run
index 41332f8bb61b..7800d88287d5 100755
--- a/users/Profpatsch/whatcd-resolver/services/jaeger/run
+++ b/users/Profpatsch/whatcd-resolver/services/jaeger/run
@@ -1,3 +1,3 @@
 #!/usr/bin/env execlineb
 importas -i DEPOT_ROOT DEPOT_ROOT
-nix-run { $DEPOT_ROOT -A users.Profpatsch.jaeger -kK --builders '' }
+nix-run { $DEPOT_ROOT -A users.Profpatsch.jaeger -kK }