Tiltfile: remove live_update for Ethereum now that the build is fast

This commit is contained in:
Leo 2020-08-17 11:58:18 +02:00
parent b7512c9203
commit 6ec5ffb1ce
1 changed files with 0 additions and 9 deletions

View File

@ -53,15 +53,6 @@ docker_build(
# ignore local node_modules (in case they're present)
ignore = ["./ethereum/node_modules"],
# sync smart contract changes to running container for incremental development
# (rebuilding the container is way too slow, thanks npm!)
#
# This relies on --update-mode=exec to work properly with a non-root user.
# https://github.com/tilt-dev/tilt/issues/3708
live_update = [
sync("./ethereum", "/home/node/app"),
],
)
k8s_yaml("devnet/eth-devnet.yaml")