mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Fix CI errors on 20.04
This commit is contained in:
parent
a2cbce9426
commit
9932c387d8
@ -460,7 +460,7 @@ fi
|
||||
#####
|
||||
|
||||
# Docker image deprecation
|
||||
if [[ -f "${HOMEBREW_REPOSITORY}/.docker-deprecate" ]]
|
||||
if [[ -f "${HOMEBREW_REPOSITORY}/.docker-deprecate" && -z "${HOMEBREW_TESTS}" ]]
|
||||
then
|
||||
read -r DOCKER_DEPRECATION_MESSAGE <"${HOMEBREW_REPOSITORY}/.docker-deprecate"
|
||||
if [[ -n "${GITHUB_ACTIONS}" ]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user