Skip to content

Commit e70f158

Browse files
authored
Merge pull request #1489 from fiunchinho/reload-tilt-azure
Make tilt watch relevant folders
2 parents c88f208 + 85a276a commit e70f158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tiltfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def capz():
138138
local_resource(
139139
"manager",
140140
cmd = 'mkdir -p .tiltbuild;CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags \'-extldflags "-static"\' -o .tiltbuild/manager',
141-
deps = ["api", "cloud", "config", "controllers", "exp", "feature", "pkg", "go.mod", "go.sum", "main.go"]
141+
deps = ["api", "azure", "config", "controllers", "exp", "feature", "pkg", "util", "go.mod", "go.sum", "main.go"]
142142
)
143143

144144
dockerfile_contents = "\n".join([

0 commit comments

Comments
 (0)