mirror of
https://github.com/lineageos4microg/docker-lineage-cicd
synced 2024-11-09 10:09:56 +01:00
Build Type on breakfast
This commit is contained in:
parent
310d92a5b1
commit
0ca6c479ee
@ -304,7 +304,7 @@ for branch in ${BRANCH_NAME//,/ }; do
|
||||
|
||||
DEBUG_LOG="$LOGS_DIR/$logsubdir/lineage-$los_ver-$builddate-$RELEASE_TYPE-$codename.log"
|
||||
|
||||
( set +eu ; breakfast "$codename" ) &>> "$DEBUG_LOG"
|
||||
( set +eu ; breakfast "$codename" "$BUILD_TYPE" ) &>> "$DEBUG_LOG"
|
||||
|
||||
if [ -f /root/userscripts/pre-build.sh ]; then
|
||||
echo ">> [$(date)] Running pre-build.sh for $codename" >> "$DEBUG_LOG"
|
||||
|
Loading…
Reference in New Issue
Block a user