mirror of
https://github.com/lineageos4microg/docker-lineage-cicd
synced 2024-11-09 10:09:56 +01:00
Update build.sh: try using target-files-package build target
May fix #627
This commit is contained in:
parent
ae2a4cdc83
commit
1e77ea4247
@ -481,7 +481,7 @@ for branch in ${BRANCH_NAME//,/ }; do
|
||||
build_successful=false
|
||||
files_to_hash=()
|
||||
|
||||
if (set +eu ; mka "${jobs_arg[@]}" otapackage bacon) &>> "$DEBUG_LOG"; then
|
||||
if (set +eu ; mka "${jobs_arg[@]}" target-files-package bacon) &>> "$DEBUG_LOG"; then
|
||||
|
||||
if [ "$MAKE_IMG_ZIP_FILE" = true ]; then
|
||||
# make the `-img.zip` file
|
||||
|
Loading…
Reference in New Issue
Block a user