Skip to content

Commit

Permalink
Add resource_deps and keep allow_parallel=True
Browse files Browse the repository at this point in the history
  • Loading branch information
enriquefynn committed Dec 20, 2023
1 parent ef6e740 commit 28835f2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,9 @@ local_resource(
local_resource(
"deploy-fee-manager-contracts",
cmd="python3 -m eth_possim deploy-fee-manager-contracts",
deps=["deploy-deposit-contract"] + lh_beacon_nodes,
allow_parallel=False,
deps=lh_beacon_nodes,
resource_deps=["deploy-deposit-contract"],
allow_parallel=True,
)

# Deploy validator nodes
Expand Down

0 comments on commit 28835f2

Please sign in to comment.