Skip to content

Commit

Permalink
testutil/compose: fixed compose smoke test (#3111)
Browse files Browse the repository at this point in the history
Attempt to fix the failing smoke tests.

category: fixbuild
ticket: none
  • Loading branch information
pinebit authored May 30, 2024
1 parent 278bcf7 commit a7ed739
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testutil/compose/static/lighthouse/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ rm -rf /tmp/testnet || true
mkdir /tmp/testnet/
curl "http://${NODE}:3600/eth/v1/config/spec" | jq -r .data | yq -P > /tmp/testnet/config.yaml
echo "0" > /tmp/testnet/deploy_block.txt
echo "0" > /tmp/testnet/deposit_contract_block.txt

for f in /compose/"${NODE}"/validator_keys/keystore-*.json; do
echo "Importing key ${f}"
Expand Down

0 comments on commit a7ed739

Please sign in to comment.