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)

Co-authored-by: Karthikeyan Chinnakonda <karthikeyan@hasura.io>
GITHUB_PR_NUMBER: 6221
GITHUB_PR_URL: hasura#6221

Co-authored-by: Karthikeyan Chinnakonda <karthikeyan@hasura.io>
  • Loading branch information
hasura-bot and codingkarthik authored Nov 23, 2020
1 parent 4ab581f commit cbff9c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oss-.circleci/server-upgrade-downgrade/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,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 cbff9c7

Please sign in to comment.