Skip to content

Commit

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

# Deploy validator nodes
Expand Down

0 comments on commit ef6e740

Please sign in to comment.