Skip to content

Commit

Permalink
Force rebuild of tilt-prepare
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Frey <[email protected]>
  • Loading branch information
Johannes Frey committed Feb 9, 2022
1 parent d38a4b1 commit e809e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ def prepare_all():
debug = debug,
)

cmd = "make tilt-prepare && ./hack/tools/bin/tilt-prepare {allow_k8s_arg}{tools_arg}{cert_manager_arg}{kustomize_build_arg}{providers_arg}".format(
cmd = "make -B tilt-prepare && ./hack/tools/bin/tilt-prepare {allow_k8s_arg}{tools_arg}{cert_manager_arg}{kustomize_build_arg}{providers_arg}".format(
allow_k8s_arg = allow_k8s_arg,
tools_arg = tools_arg,
cert_manager_arg = cert_manager_arg,
Expand Down

0 comments on commit e809e24

Please sign in to comment.