Skip to content

Commit

Permalink
update script
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBger committed Oct 18, 2024
1 parent 246c71f commit 546ec95
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
#!/usr/bin/env bash
set -euxo pipefail

echo "ahah $CI"

listen_address=
if [[ ${TEST_LOCAL_CODEGEN:-false} == "true" ]]; then
if [[ "${CI:-""}" != "" ]]; then
if [[ ${CI:-""} != "" ]]; then
# Codegen address when running test
listen_address="http://172.17.0.1:9000"
else
Expand Down

0 comments on commit 546ec95

Please sign in to comment.