Skip to content

Commit

Permalink
server: add missing remote schema webhook env var in server-upgrade s…
Browse files Browse the repository at this point in the history
…cript (#63) (hasura#164)

GitOrigin-RevId: 29ab582eb3a7e3d83dfa74d1b94079c6fe2848b7
  • Loading branch information
codingkarthik authored and hasura-bot committed Dec 4, 2020
1 parent a75564c commit b47a9fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/server-upgrade-downgrade/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export GHCRTS='-N1'
# Required for event trigger tests
export WEBHOOK_FROM_ENV="http://127.0.0.1:5592"
export EVENT_WEBHOOK_HEADER="MyEnvValue"
export REMOTE_SCHEMAS_WEBHOOK_DOMAIN="http://127.0.0.1:5000"

# graphql-engine will be run on this port
fail_if_port_busy ${HASURA_GRAPHQL_SERVER_PORT}
Expand Down

0 comments on commit b47a9fd

Please sign in to comment.