Skip to content

Commit

Permalink
testutil/compose: fixed compose smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
pinebit committed May 30, 2024
1 parent 278bcf7 commit 29cbd6f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions testutil/compose/docker-compose.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.8"

x-node-base: &node-base
image: obolnetwork/charon:{{.CharonImageTag}}
{{if .CharonEntrypoint }}entrypoint: {{.CharonEntrypoint}}
Expand Down
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 29cbd6f

Please sign in to comment.