Try using the absolute path

This commit is contained in:
Abdul Rabbani 2022-06-09 12:19:26 -04:00
parent 8693a4f392
commit c8f8fe39d8

View File

@ -55,9 +55,7 @@ jobs:
- name: Create config file - name: Create config file
run: | run: |
echo vulcanize_ipld_ethcl_db=./ipld-ethcl-db/ > ./config.sh echo vulcanize_ipld_ethcl_db=$(pwd)/ipld-ethcl-db > ./config.sh
echo vulcanize_ipld_ethcl_indexer=./ipld-ethcl-indexer >> ./config.sh
echo ethcl_capture_mode=boot >> ./config.sh
cat ./config.sh cat ./config.sh
- name: Run docker compose - name: Run docker compose