Skip to content
Snippets Groups Projects
Commit 378eb65c authored by Joshua Colp's avatar Joshua Colp Committed by Gerrit Code Review
Browse files

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

parents 2f62b7ed 2ba2ff05
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment