We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2153305 commit 6bc1c8cCopy full SHA for 6bc1c8c
Tiltfile
@@ -17,5 +17,5 @@ k8s_yaml_with_ns("ci.yaml")
17
k8s_resource(
18
"ntt-ci-tests",
19
labels = ["ntt"],
20
- resource_deps = ["eth-devnet","eth-devnet2", "guardian"],
+ resource_deps = ["eth-devnet", "eth-devnet2", "guardian", "relayer-engine"],
21
)
0 commit comments