Skip to content

Commit

Permalink
enable downlads github downloads through proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
LongLiveCHIEF committed Dec 5, 2024
1 parent ce37c70 commit 230e13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

set -u

BINARY_DOWNLOAD_PREFIX="https://github.com/apollographql/router/releases/download"
BINARY_DOWNLOAD_PREFIX="${APOLLO_ROUTER_DOWNLOAD_GITHUB_HOST:="https://github.com/apollographql/router/releases/download"}"

# Router version defined in apollo-router's Cargo.toml
# Note: Change this line manually during the release steps.
Expand Down

0 comments on commit 230e13c

Please sign in to comment.