trying env to match expected in entrypoint.sh and gitignore update

This commit is contained in:
Michael Shaw 2022-12-06 15:55:14 -05:00
parent 8033a956d4
commit 3c80a207fd
2 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,7 @@ jobs:
echo vulcanize_ipld_eth_beacon_indexer=$GITHUB_WORKSPACE/ipld-eth-beacon-indexer >> ./config.sh
echo eth_beacon_config_file=$GITHUB_WORKSPACE/ipld-eth-beacon-indexer/config/cicd/boot.ipld-eth-beacon-indexer.json >> ./config.sh
echo eth_beacon_capture_mode=boot >> ./config.sh
echo CAPTURE_MODE=boot >> config.sh
cat ./config.sh
- name: Run docker compose

1
.gitignore vendored
View File

@ -11,3 +11,4 @@ ipld-eth-beacon-indexer.log
ipld-eth-beacon-indexer
config/local.ipld-eth-beacon-indexer-config.json
config/docker.ipld-eth-beacon-indexer-config.json
.idea/*