[kernel-gwh] stable branch by default
This commit is contained in:
parent
1b7b54813c
commit
54f21ae529
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ set -x
|
|||
|
||||
CWD=$(pwd)
|
||||
PRGNAM=$(basename "$CWD")
|
||||
BUILD=${BUILD:-7}
|
||||
BRANCH=${BRANCH:-mainline} # stable ; mainline
|
||||
BUILD=${BUILD:-8}
|
||||
BRANCH=${BRANCH:-stable} # stable ; mainline
|
||||
ARCH=$(uname -m)
|
||||
|
||||
TAG=gwh
|
||||
|
|
Loading…
Reference in a new issue