Skip to content

Commit 4bc422f

Browse files
committed
fix ci with rename
1 parent 80ec5d7 commit 4bc422f

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

Tiltfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
analytics_settings(False)
22
update_settings(max_parallel_updates=10)
33

4-
k8s_yaml("tilt/anvil-base-sepolia.yaml")
5-
k8s_yaml("tilt/anvil-eth-sepolia.yaml")
4+
k8s_yaml("k8s/anvil-base-sepolia.yaml")
5+
k8s_yaml("k8s/anvil-eth-sepolia.yaml")
66

77
k8s_resource(
88
"anvil-eth-sepolia",
@@ -29,7 +29,7 @@ docker_build(
2929
]
3030
)
3131

32-
k8s_yaml("tilt/executor.yaml")
32+
k8s_yaml("k8s/executor.yaml")
3333
k8s_resource(
3434
"executor",
3535
port_forwards = [
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)