Skip to content

Commit

Permalink
test linux hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBger committed Oct 18, 2024
1 parent 257dbd1 commit 241b67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -euxo pipefail

if [ "$TEST_LOCAL_CODEGEN" = "true" ]; then
substreams init --state-file /app/generator.json --force-download-cwd --codegen-endpoint http://host.docker.internal:9000
substreams init --state-file /app/generator.json --force-download-cwd --codegen-endpoint http://172.17.0.1:9000
else
substreams init --state-file /app/generator.json --force-download-cwd --codegen-endpoint https://codegen-staging.substreams.dev
fi
Expand Down

0 comments on commit 241b67b

Please sign in to comment.