We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 413a3cc commit 2153305Copy full SHA for 2153305
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-devnet2", "guardian"],
+ resource_deps = ["eth-devnet","eth-devnet2", "guardian"],
21
)
0 commit comments