Add genesis file path to stack-orchestrator config in GitHub workflow
This commit is contained in:
parent
2bab07bade
commit
2b4f619004
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@ -99,6 +99,7 @@ jobs:
|
|||||||
echo vulcanize_ipld_eth_db=$GITHUB_WORKSPACE/ipld-eth-db/ > $GITHUB_WORKSPACE/config.sh
|
echo vulcanize_ipld_eth_db=$GITHUB_WORKSPACE/ipld-eth-db/ > $GITHUB_WORKSPACE/config.sh
|
||||||
echo vulcanize_go_ethereum=$GITHUB_WORKSPACE/go-ethereum/ >> $GITHUB_WORKSPACE/config.sh
|
echo vulcanize_go_ethereum=$GITHUB_WORKSPACE/go-ethereum/ >> $GITHUB_WORKSPACE/config.sh
|
||||||
echo db_write=true >> $GITHUB_WORKSPACE/config.sh
|
echo db_write=true >> $GITHUB_WORKSPACE/config.sh
|
||||||
|
echo genesis_file_path=start-up-files/go-ethereum/genesis.json >> $GITHUB_WORKSPACE/config.sh
|
||||||
cat $GITHUB_WORKSPACE/config.sh
|
cat $GITHUB_WORKSPACE/config.sh
|
||||||
|
|
||||||
- name: Compile Geth
|
- name: Compile Geth
|
||||||
|
Loading…
Reference in New Issue
Block a user