Skip to content

Commit

Permalink
enable remote proxy downloads of router binary
Browse files Browse the repository at this point in the history
  • Loading branch information
LongLiveCHIEF committed Nov 6, 2024
1 parent 36bdb5e commit 074527b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
#

set -u

BINARY_DOWNLOAD_PREFIX="https://github.com/apollographql/router/releases/download"
BINARY_DOWNLOAD_PREFIX="${APOLLO_ROUTER_DOWNLOAD_REMOTE:="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 074527b

Please sign in to comment.