Fix CI errors on 20.04

This commit is contained in:
Bo Anderson 2025-04-29 15:45:56 +01:00
parent a2cbce9426
commit 9932c387d8
No known key found for this signature in database

View File

@ -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}" ]]