CI: Use .gitreview to default BRANCH_NAME.

This ensures that binary modules are avoided in the master branch even
if BRANCH_NAME is not set.

Change-Id: I79162d2063f22fa9d6b31fde4827ace2dd5bf0da
pull/11/head
Corey Farrell 7 years ago
parent 29d4109b3c
commit 2ba2ff050d
No known key found for this signature in database
GPG Key ID: D1B6E98EB07F7F6C

@ -6,6 +6,10 @@ REF_DEBUG=0
DISABLE_BINARY_MODULES=0
source $CIDIR/ci.functions
if [ -z $BRANCH_NAME ]; then
BRANCH_NAME=$(git config -f .gitreview --get gerrit.defaultbranch)
fi
gen_cats() {
set +x
action=$1

Loading…
Cancel
Save