Skip to content
Snippets Groups Projects
Commit adab59cd authored by Mike McQuaid's avatar Mike McQuaid
Browse files

brew: set Bintray variables.

These are set as `HOMEBREW_BINTRAY_*` and then used by the rest of
`brew` as normal.
parent cfe2c3c9
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ fi
HOMEBREW_LIBRARY="$HOMEBREW_REPOSITORY/Library"
for VAR in EDITOR PATH
for VAR in EDITOR PATH BINTRAY_USER BINTRAY_KEY
do
VAR_NEW="HOMEBREW_${VAR}"
[[ -n "${!VAR_NEW}" ]] && continue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment