Merge pull request #12576 from thomvaill/fix-vendor-install-private-registry-token
Take `$HOMEBREW_DOCKER_REGISTRY_TOKEN` into account when installing portable-ruby
This commit is contained in:
commit
d3252ec2a8
@ -119,7 +119,7 @@ fetch() {
|
||||
--remote-time
|
||||
--location
|
||||
--user-agent "${HOMEBREW_USER_AGENT_CURL}"
|
||||
--header "Authorization: Bearer QQ=="
|
||||
--header "Authorization: Bearer ${HOMEBREW_DOCKER_REGISTRY_TOKEN:-QQ==}"
|
||||
)
|
||||
|
||||
if [[ -n "${HOMEBREW_QUIET}" ]]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user