Skip to content

Commit e809e24

Browse files
author
Johannes Frey
committed
Force rebuild of tilt-prepare
Signed-off-by: Johannes Frey <[email protected]>
1 parent d38a4b1 commit e809e24

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
@@ -361,7 +361,7 @@ def prepare_all():
361361
debug = debug,
362362
)
363363

364-
cmd = "make tilt-prepare && ./hack/tools/bin/tilt-prepare {allow_k8s_arg}{tools_arg}{cert_manager_arg}{kustomize_build_arg}{providers_arg}".format(
364+
cmd = "make -B tilt-prepare && ./hack/tools/bin/tilt-prepare {allow_k8s_arg}{tools_arg}{cert_manager_arg}{kustomize_build_arg}{providers_arg}".format(
365365
allow_k8s_arg = allow_k8s_arg,
366366
tools_arg = tools_arg,
367367
cert_manager_arg = cert_manager_arg,

0 commit comments

Comments
 (0)