Skip to content
Snippets Groups Projects
Commit dd429cd4 authored by George Joseph's avatar George Joseph Committed by Gerrit Code Review
Browse files

Merge "CI: Use .gitreview to default BRANCH_NAME." into 13

parents 55a306de d1f6a323
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment