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

bin/brew: allow GITHUB_ACTIONS_HOMEBREW_SELF_HOSTED.

Otherwise test-bot will not behave as expected.
parent c3eada09
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,8 @@ then
# Filter all but the specific variables.
for VAR in HOME SHELL PATH TERM TERMINFO COLUMNS DISPLAY LOGNAME USER CI SSH_AUTH_SOCK SUDO_ASKPASS \
http_proxy https_proxy ftp_proxy no_proxy all_proxy HTTPS_PROXY FTP_PROXY ALL_PROXY \
GITHUB_ACTIONS GITHUB_REPOSITORY GITHUB_RUN_ID GITHUB_SHA GITHUB_HEAD_REF GITHUB_BASE_REF GITHUB_REF \
GITHUB_ACTIONS GITHUB_ACTIONS_HOMEBREW_SELF_HOSTED \
GITHUB_REPOSITORY GITHUB_RUN_ID GITHUB_SHA GITHUB_HEAD_REF GITHUB_BASE_REF GITHUB_REF \
"${!HOMEBREW_@}"
do
# Skip if variable value is empty.
......
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