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:
commit
1dd06e471d
2
bin/brew
2
bin/brew
@ -87,7 +87,7 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Set CI variable for Azure Pipelines and Jenkins
|
# 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" ]]
|
if [[ -z "$CI" ]] && [[ -n "$TF_BUILD" || -n "$JENKINS_HOME" ]]
|
||||||
then
|
then
|
||||||
export CI="1"
|
export CI="1"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user