Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
os
docker-lineage-cicd
Commits
f9e79647
Commit
f9e79647
authored
Mar 17, 2022
by
Aayush Gupta
Browse files
Merge branch 'B58-user-build' into 'master'
Introduce a variable to build USER builds. See merge request
!41
parents
5fb83f0d
1db7365e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/build.sh
View file @
f9e79647
...
...
@@ -214,7 +214,10 @@ if [ -n "${BRANCH_NAME}" ] && [ -n "${DEVICE}" ]; then
if
[
"
${
ENG_BUILD
}
"
=
true
]
;
then
BRUNCH_DEVICE
=
lineage_
${
DEVICE
}
-eng
elif
[
"
${
USER_BUILD
}
"
=
true
]
;
then
BRUNCH_DEVICE
=
lineage_
${
DEVICE
}
-user
fi
build_success
=
false
if
[
"
${
BUILD_ONLY_SYSTEMIMAGE
}
"
=
true
]
;
then
breakfast
"
${
BRUNCH_DEVICE
}
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment