Merge pull request #11112 from hyuraku/brew_repair_how-to-set-ci

bin/brew: add GitHub Actions as default ci
This commit is contained in:
Mike McQuaid 2021-04-13 14:22:47 +01:00 committed by GitHub
commit 1dd06e471d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,7 @@ then
fi
# Set CI variable for Azure Pipelines and Jenkins
# (Set by default on Circle and Travis CI)
# (Set by default on GitHub Actions, Circle and Travis CI)
if [[ -z "$CI" ]] && [[ -n "$TF_BUILD" || -n "$JENKINS_HOME" ]]
then
export CI="1"